Method: ExvoAuth::Controllers::Base#handle_unverified_request

Defined in:
lib/exvo_auth/controllers/base.rb

#handle_unverified_requestObject



90
91
92
93
# File 'lib/exvo_auth/controllers/base.rb', line 90

def handle_unverified_request
  super
  sign_out_user
end