Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 352 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 352 Bytes

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.