Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syedaanif/spring-security-jwt
Learning Spring Security using JWT
https://github.com/syedaanif/spring-security-jwt
Last synced: about 6 hours ago
JSON representation
Learning Spring Security using JWT
- Host: GitHub
- URL: https://github.com/syedaanif/spring-security-jwt
- Owner: SyedAanif
- Created: 2021-04-22T14:22:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T14:25:20.000Z (over 3 years ago)
- Last Synced: 2023-10-05T07:24:52.764Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-security-jwt-master
Learning Spring Security using JWT
This project is for learnig Spring Security using JSON Web Token(JWT).
Covers concepts like:
1. REST Controllers.
2. Enabling Web Security.
3. JWT utility, filter chaining, authentication provider.