TrustTheVote-Project / ABC-backend

https://abc-backend.vercel.app
Other
4 stars 6 forks source link

Document QR code generator for OTP for Admin #116

Open cwisdo opened 1 year ago

cwisdo commented 1 year ago

https://stefansundin.github.io/2fa-qr/

cwisdo commented 1 year ago

Something like:

First, navigate to https://stefansundin.github.io/2fa-qr/ in your web browser.

Select the kind of 2FA to set up: Time based (TOTP)

In the "Secret" field, enter the secret key or seed that you chose for your deployment. This key should be a string of text.

In the "Label" field, enter the name of the account you want to associate with this OTP.

Once you have entered the account name and secret key, the QR code should automatically be displayed below, along with a preview of how it will display within the authenticator app. You can save image of the QR code for later use.

Scan the QR code using the two-factor authentication setup process in the deployment. This should complete the setup process and enable OTP for the selected user.

Test the OTP configuration to ensure that it is working properly. You should be prompted to enter a one-time password generated by your OTP app or device whenever you log in to the deployment.