mastodon/spec
Eugen Rochko 8532429af7
Fix 2FA/sign-in token sessions being valid after password change ()
If someone tries logging in to an account and is prompted for a 2FA
code or sign-in token, even if the account's password or e-mail is
updated in the meantime, the session will show the prompt and allow
the login process to complete with a valid 2FA code or sign-in token
2020-11-12 23:05:01 +01:00
..
controllers Fix 2FA/sign-in token sessions being valid after password change () 2020-11-12 23:05:01 +01:00
fabricators Add IP-based rules () 2020-10-12 16:33:49 +02:00
features
fixtures
helpers
lib Add IP-based rules () 2020-10-12 16:33:49 +02:00
mailers refactor: add email previews for WebAuthn emails () 2020-08-25 01:21:11 +02:00
models Fix updating account counters when account_stat is not yet created () 2020-11-09 16:00:23 +01:00
policies Add support for reversible suspensions through ActivityPub () 2020-11-08 00:28:39 +01:00
presenters
requests
routing
serializers/activitypub
services Add support for reversible suspensions through ActivityPub () 2020-11-08 00:28:39 +01:00
support
validators
views
workers Add follower synchronization mechanism () 2020-10-21 18:04:09 +02:00
rails_helper.rb Add WebAuthn as an alternative 2FA method () 2020-08-24 16:46:27 +02:00
spec_helper.rb