Skip to content

Volodymyr-Mykychak/jv-spring-stateless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Security. Stateless

  1. Implement method protected void configure(HttpSecurity http) in the SecurityConfig class
  2. Permit access for all user to /register, /login, /inject endpoints
  3. Permit access only for ADMIN to all endpoints marked with @DeleteMapping annotation
  4. Create and implement class JwtTokenProvider
  5. Create and implement class JwtTokenFilter
  6. Create and implement class JwtConfigurer
  7. Implement "/login" endpoint
  8. Create your own exception InvalidJwtAuthenticationException

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%