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
- Host: GitHub
- URL: https://github.com/viveknaskar/spring-security-jwt-authentication
- Owner: viveknaskar
- Created: 2021-08-13T23:09:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T23:16:27.000Z (about 4 years ago)
- Last Synced: 2025-02-22T07:20:56.408Z (8 months ago)
- Topics: java, jwt, jwt-authentication, spring-security
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.