Note: Still in WIP but we'll get there.
A Spring Boot app with multiple authentication using Spring Security. Supported authentication schemes are the following:
- Basic authentication for internal users
- Custom token for external users
- Import as maven project.
- Run as Spring Boot application.
- Import as maven project.
- Run main method in Application.java.
cd spring-multiple-authentications
mvn spring-boot:run