https://github.com/shofiq0023/spring-security-jwt-demo
Spring Security demo project using JSON Web Tokens
https://github.com/shofiq0023/spring-security-jwt-demo
java jwt jwt-authentication spring-boot spring-security
Last synced: 2 months ago
JSON representation
Spring Security demo project using JSON Web Tokens
- Host: GitHub
- URL: https://github.com/shofiq0023/spring-security-jwt-demo
- Owner: shofiq0023
- Created: 2023-11-04T15:51:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T16:38:43.000Z (over 2 years ago)
- Last Synced: 2025-05-19T21:11:30.796Z (about 1 year ago)
- Topics: java, jwt, jwt-authentication, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Security Demo Project
A project with spring-security using json web tokens for authentication and authorization. Spring data jpa was also used for saving, retriving user information from database.