https://github.com/henry-azer/spring-security-jwt
Spring security JWT starter, Spring boot App.
https://github.com/henry-azer/spring-security-jwt
authentication authorization java jwt rest-api spring-boot spring-security
Last synced: about 2 months ago
JSON representation
Spring security JWT starter, Spring boot App.
- Host: GitHub
- URL: https://github.com/henry-azer/spring-security-jwt
- Owner: henry-azer
- License: apache-2.0
- Created: 2022-03-01T12:45:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T16:47:20.000Z (about 4 years ago)
- Last Synced: 2025-06-06T14:03:46.340Z (about 1 year ago)
- Topics: authentication, authorization, java, jwt, rest-api, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-security-jwt
Spring security JWT starter, Spring boot App.
• APIs:
1- http://localhost:8080/api/auth/login [POST]
2- http://localhost:8080/api/user/info [GET]
• JSON Login Credentials
{
"email" : "email",
"password" : "password"
}
• Login Request

• Unauthorized

• Invalid Token

• Valid Token
