Class: OIDCProvider::SessionsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/oidc_provider/sessions_controller.rb

Instance Method Summary collapse

Methods included from Concerns::Session

#after_oidc_sign_out_path

Methods included from Concerns::Authentication

#current_token, #oidc_current_account, #require_access_token, #require_authentication, #unauthenticate!

Instance Method Details

#destroyObject



5
6
7
8
# File 'app/controllers/oidc_provider/sessions_controller.rb', line 5

def destroy
  unauthenticate!
  redirect_to after_oidc_sign_out_path
end