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
It becomes quite a bit easier to not need to write in a code for 2FA, but instead scan a QR code. It would be great if we could display such QR code instead of just providing the code in letters and numbers after sign up.
Practically, we should not try to generate images or similar, but instead have some JS to generate what's needed for us based on the letters and numbers in the code we want to represent.
A quick google provided me with this HTML/CSS/JS with input fields to generate a QR code, what we would need is a function to generate a QR code based on the: domain name, user name, and the 2FA secret generated for the user.
The text was updated successfully, but these errors were encountered:
It becomes quite a bit easier to not need to write in a code for 2FA, but instead scan a QR code. It would be great if we could display such QR code instead of just providing the code in letters and numbers after sign up.
Practically, we should not try to generate images or similar, but instead have some JS to generate what's needed for us based on the letters and numbers in the code we want to represent.
A quick google provided me with this HTML/CSS/JS with input fields to generate a QR code, what we would need is a function to generate a QR code based on the: domain name, user name, and the 2FA secret generated for the user.
The text was updated successfully, but these errors were encountered: