Skip to content

Spring boot example on defining multiple "authentication entry points" based on different rules.

Notifications You must be signed in to change notification settings

imerljak/spring-mixed-auth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Boot multiple authentication "entries" example

This project exemplifies how to configure Spring Boot to handle multiple authentication options when you have a monolith architecture and needs to expose and authenticate multiple endpoints differently:

Examples:

  • /api - uses REST with JWT token
  • /app - uses Form based with Session auth.

About

Spring boot example on defining multiple "authentication entry points" based on different rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published