oss之前不用检验登录

This commit is contained in:
guange 2016-05-04 16:21:53 +08:00
parent e8adcf8cc7
commit ff23df4f12
1 changed files with 2 additions and 0 deletions

View File

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