oss之前不用检验登录

cs_optimize_txz
guange 9 years ago
parent e8adcf8cc7
commit ff23df4f12

@ -7,6 +7,8 @@ require 'openssl'
## 单点登录 <=> 北斗
class SsoController < ApplicationController
skip_before_filter :check_if_login_required
def index
options = parse(params[:auth])

Loading…
Cancel
Save