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
This web application demonstrates how to add multi-factor authentication to your web login/signup systems, based on the Time-based One Time Password standard (TOTP).
Running the example
To run the example just execute mvn exec:java in the project folder.
About
A self-contained, runnable example that shows exactly how to (securely!) do TOTP in java.