Secure Your API with JWT Token - Spring Boot 3.0
This project demonstrates how to secure a Spring Boot 3.0 API using JWT (JSON Web Tokens). It includes user authentication, authorization, and role-based access control mechanisms.
- User authentication with JWT
- Role-based access control (RBAC)
- Secure endpoints with Spring Security
- Token validation and renewal
- Modular and extensible architecture
- Spring Boot 3.0
- Spring Security
- JWT
- Postgresql
- Maven
- Clone the Repository
git clone https://github.com/Alouied/Spring-Security.git cd Spring-Security