Credentials Login with 2FA using a custom OTP Server. #12247
Replies: 1 comment
-
I've started a discussion in the Discord server and I am commenting here because I have a really close use case. First and foremost, I do not think you need an external service to generate the OTP numeric value. My plan of action, that I am looking to validate here or over Discord, is to implement the following: 1. Allow user to insert credentialsUser insert email/password credentials in a custom 2. Verify credentialsThe 3. Verify OTP code via
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am currently developing a Next.js 15 web application that includes a secure login process. Users will authenticate using their credentials (username and password) and will subsequently verify their identity through an authentication app (e.g., LinOTP, Authy, Microsoft Authenticator, etc.) as part of a two-factor authentication (2FA) mechanism.
The one-time password for 2FA is generated and validated using my LinOTP Server.
I am seeking ideas, suggestions, or best practices to efficiently implement this.
Thank you in advance for your time and assistance!
Best regards,
Proless
Beta Was this translation helpful? Give feedback.
All reactions