Skip to content

sanjay-namdeo/spring-security-with-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-security-with-jwt

A Spring Boot 2.7.2 project that implements authentication and authorization using SecurityFilterChain

  1. Creates a user table in MySQL database and inserts a record on app start
  2. The password is BCrypted using BCryptPasswordEncoder
  3. When a /login request comes, it generates a JWT token and returns as a response
  4. For /hello request, Bearer token needs to be set in Authorization header

About

Spring security project with authentication and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages