Skip to content

goldthelocks/spring-multiple-authentications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published