Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Multiple Authentication

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

Getting Started

run via IDE with Spring plugin

  1. Import as maven project.
  2. Run as Spring Boot application.

run via IDE without Spring plugin

  1. Import as maven project.
  2. Run main method in Application.java.

run via command line

cd spring-multiple-authentications
mvn spring-boot:run

About

Working example of a Spring app with multiple authentications

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages