https://github.com/mohit838/springboot-playground
SpringBoot Playground
https://github.com/mohit838/springboot-playground
Last synced: 2 months ago
JSON representation
SpringBoot Playground
- Host: GitHub
- URL: https://github.com/mohit838/springboot-playground
- Owner: mohit838
- Created: 2024-08-22T15:56:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T06:44:40.000Z (8 months ago)
- Last Synced: 2025-01-29T23:29:28.429Z (4 months ago)
- Language: Java
- Size: 46.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBoot-Playground
SpringBoot Playground
# JWT-based security system with role-based access control for a Spring Boot application. It covers:> User authentication and token generation.
> Token validation and filtering requests.
> Securing endpoints based on user roles.
> Handling unauthorized access with meaningful responses.