Module: CasProjectServer

Defined in:
lib/CASProjectServer.rb

Class Method Summary collapse

Class Method Details

.auth_callbackObject

skip_before_filter :verify_authenticity_token, :only => :auth_callback



5
6
7
8
# File 'lib/CASProjectServer.rb', line 5

def self.auth_callback
        auth = request.env['omniauth.auth']
        return auth
end