A server for users to initialize their secret two-factor authentication keys.
- User manages their own secret keys.
- Industry standard TOTP keys.
The server generates secret keys and corresponding QR codes compatible with popular authenticator apps.
There are many libraries that can be used to validate TOTP tokens.
If your application is implemented in Node.js, otplib is a fantastic choice!