/springboot-multifactor-authentication-app

Springboot custom Stateless Token based authentication with TOTP based Multi-factor Authentication. Any Authenticator can be used ex: Microsoft Authenticator, Google Authenticator, etc.

Primary LanguageJavaApache License 2.0Apache-2.0

SpringBoot App with Multifactor Authentication

This is a Simple Spring boot app which incorporates 2 factor authentication.

This app uses TOTP Algorithm to perform the 2nd Factor Authentication. Any TOTP Mobile App can be used to perform the authentication like Google Authenticator, Microsoft Authenticator,etc.

Below is the simple design of the components used: