An open API service indexing awesome lists of open source software.

https://github.com/viveknaskar/spring-security-jwt-authentication

A simple spring security application with Jwt token authentication
https://github.com/viveknaskar/spring-security-jwt-authentication

java jwt jwt-authentication spring-security

Last synced: 3 months ago
JSON representation

A simple spring security application with Jwt token authentication

Awesome Lists containing this project

README

          

# spring-security-jwt-authentication

A simple spring security application with Jwt token authentication. The Jwt token would be stateless meaning every api hit, the token would be required to authenticate. The expiration is set to 10 hours.

Note: (Sample) Postman collection also added.