Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 200 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 200 Bytes

SpringJWT

This project shows the simple implementation of JWT.

  • Use HMAC384 algorithm
  • Implements Access and Refresh tokens
  • Support CRUD methods with different access
  • Spring Security