oss之前不用检验登录
This commit is contained in:
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…
Reference in New Issue