-
- Downloads
Add force_login option to OAuth authorize page (#8655)
* Add force_login option to OAuth authorize page For when a user needs to sign into an app from multiple accounts on the same server * When logging out from modal header, redirect back after re-login
Showing
- app/controllers/api/base_controller.rb 0 additions, 4 deletionsapp/controllers/api/base_controller.rb
- app/controllers/application_controller.rb 4 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/auth/sessions_controller.rb 8 additions, 0 deletionsapp/controllers/auth/sessions_controller.rb
- app/controllers/oauth/authorizations_controller.rb 14 additions, 0 deletionsapp/controllers/oauth/authorizations_controller.rb
- app/views/layouts/modal.html.haml 1 addition, 1 deletionapp/views/layouts/modal.html.haml
- spec/controllers/auth/sessions_controller_spec.rb 7 additions, 0 deletionsspec/controllers/auth/sessions_controller_spec.rb
- spec/controllers/oauth/authorizations_controller_spec.rb 28 additions, 4 deletionsspec/controllers/oauth/authorizations_controller_spec.rb
Loading
Please register or sign in to comment