Wilsonator123 / Secure-Blog-Page

DSS Projecy
1 stars 0 forks source link

2FA with ONE TIME PASSWORD #15

Open Sleepy-Git-User opened 6 months ago

Sleepy-Git-User commented 6 months ago

Two Factor Authentication jazz.

So I think the easier method would be to set up the email version first. My current idea is to generate a unique 6 digit code which the server will store for a short time and allow the user to then input those 6 digits.

The next step would be Oauth2 or the QR code versions