Skip to content

patilvishi/springboot-jwt-custom-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Spring Security with JWT (Custom Authentication Provider + Token Generation)

Today we combine our Custom AuthenticationProvider with JWT-based Security
so once a user is authenticated using our own logic, we issue them a JWT token for stateless authentication.


What You’ll Learn

✅ How to integrate AuthenticationProvider with JWT
✅ How to generate and validate JWT tokens
✅ How to protect REST endpoints using OncePerRequestFilter
✅ How to manage stateless sessions with JWT


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages