mastodon/app
Eugen Rochko daf71573d0
Fix password change/reset not immediately invalidating other sessions (#12928)
While making browser requests in the other sessions after a password
change or reset does not allow you to be logged in and correctly
invalidates the session making the request, sessions have API tokens
associated with them, which can still be used until that session
is invalidated.

This is a security issue for accounts that were already compromised
some other way because it makes it harder to throw out the hijacker.
2020-01-24 00:20:38 +01:00
..
chewy
controllers Fix password change/reset not immediately invalidating other sessions (#12928) 2020-01-24 00:20:38 +01:00
helpers
javascript New Crowdin translations (#12859) 2020-01-23 22:04:00 +01:00
lib
mailers
models Fix password change/reset not immediately invalidating other sessions (#12928) 2020-01-24 00:20:38 +01:00
policies
presenters
serializers
services
validators
views Fix relationships page not showing results in admin UI (#12934) 2020-01-24 00:20:23 +01:00
workers