A server for initializing two-factor authentication on user accounts.
A server for users to initialize their secret two-factor authentication 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!