Skip to content

This project contains details of how to use Spring Security and implement JWT based authentication and authorization.

Notifications You must be signed in to change notification settings

diwaygrover0019/spring-security-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-security-jwt

This project contains details of how to use Spring Security and implement JWT based authentication and authorization.

Adding Spring Security authentication

  • Username & password are hard-coded for now

Adding /authenticate API endpoint for creating JWT

  • Accept user ID and password
  • Return JWT as a response

Intercept all incoming requests

  • Extract JWT from the header
  • Validate and set in execution context

About

This project contains details of how to use Spring Security and implement JWT based authentication and authorization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages