glitchier-soc/spec/controllers/auth
Francis Murillo 3a11a90dd3 Revoke all authorized applications on password reset ()
* Clear sessions on password change

* Rename User::clear_sessions to revoke_access for a clearer meaning

* Add reset paassword controller test

* Use User.find instead of User.find_for_authentication for reset password test

* Use redirect and render for better test meaning in reset password

Co-authored-by: Effy Elden <effy@effy.space>
2022-12-15 15:47:06 +01:00
..
challenges_controller_spec.rb
confirmations_controller_spec.rb
passwords_controller_spec.rb Revoke all authorized applications on password reset () 2022-12-15 15:47:06 +01:00
registrations_controller_spec.rb
sessions_controller_spec.rb