We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. Is a way to apply two_factor_authentication configurations specific to resource type?
I'm trying to give different values to remember_otp_session_for_seconds for admin resource and user.
remember_otp_session_for_seconds
admin
user
The text was updated successfully, but these errors were encountered:
I have tried adding self.remember_otp_session_for_seconds to both models with different values. This kind of works, but is there a better solution?
self.remember_otp_session_for_seconds
A problem in this case is that if you authenticate into another resource, then first resource asks for 2fa code again.
Sorry, something went wrong.
No branches or pull requests
Hello. Is a way to apply two_factor_authentication configurations specific to resource type?
I'm trying to give different values to
remember_otp_session_for_seconds
foradmin
resource anduser
.The text was updated successfully, but these errors were encountered: