You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2023. It is now read-only.
On the test branch, there is a variable called SECURE that stores whether or not to secure the website with 2fa (bool). Implement the 2FA setup page that lies between /signup and /login
Steps
If SECURE, then redirect /signup to a 2fa setup page
Generate a secret key from which to
Generate a qr-code that displays the secret key, and user information
Have the user validate that the code works (form field that expects the code, verify that the code is correct)