-
- Downloads
Fix other sessions not being logged out on password change (#14252)
While OAuth tokens were immediately revoked, accessing the home controller immediately generated new OAuth tokens and "revived" the session due to a combination of using remember_me tokens and overwriting the `authenticate_user!` method
Showing
- app/controllers/auth/passwords_controller.rb 4 additions, 1 deletionapp/controllers/auth/passwords_controller.rb
- app/controllers/auth/registrations_controller.rb 7 additions, 1 deletionapp/controllers/auth/registrations_controller.rb
- app/controllers/home_controller.rb 3 additions, 1 deletionapp/controllers/home_controller.rb
Please register or sign in to comment