-
Notifications
You must be signed in to change notification settings - Fork 27
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
MFA using an Authenticator app #292
Conversation
OK, I think I've addressed all of the review comments now. Thanks for the really helpful input. My plan is to release this tomorrow, so I can get the corresponding Piccolo Admin PR passing, and then release that shortly after. |
Just the one final comment otherwise it looks all good to me at face value! Loving the work |
OK, ready to merge - thanks again! I think the next improvement I'd love to have is account lockout if a user fails the MFA too many times. But that can be in a future PR. |
If you look at
example_projects/mfa_demo
there's an example project, where MFA using an authenticator app works.The authenticator MFA backend is pretty much done.
The email MFA is only half done - I might remove it from this PR.
Remaining tasks: