-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rember 2FA when remember logging in #352
Comments
I think that this is not secure! The 2FA protects from unwanted logins from your personal device too (such as a login from a coworker, a family member, ...) |
Well, never seen a website do it like this. Like Laravel Vapor, GitLab, Home Assistant. If you click "keep me logged in" it will never ask the 2FA again until you manually logout. |
Asking for 2FA Code when login with "remember me" is weird. Never used a service acting like this. If you don't trust your cookie remember token you can logout other devices yourself. |
Also, a lot of services have an option "trust this device" when entering the 2FA code so it doesn't ask it again. Even when you logout. |
+1 "Trust this device" option should be available. |
When you remember your login and the session expires, it asks for the 2FA code again.
I don't want to enter the 2FA code again if I have enabled the remember me at login.
The text was updated successfully, but these errors were encountered: