Method: ExvoAuth::Controllers::Base#handle_unverified_request
- Defined in:
- lib/exvo_auth/controllers/base.rb
#handle_unverified_request ⇒ Object
CSRF protection for SSO (weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails/)
90 91 92 93 |
# File 'lib/exvo_auth/controllers/base.rb', line 90 def handle_unverified_request super sign_out_user end |