Module: CasProjectServer
- Defined in:
- lib/CASProjectServer.rb
Class Method Summary collapse
-
.auth_callback ⇒ Object
skip_before_filter :verify_authenticity_token, :only => :auth_callback.
Class Method Details
.auth_callback ⇒ Object
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 |