This is a small project implementing JWT (JSON Web Token) based registration and authentication logic.
The project includes functionality for:
- User registration.
- User authentication using JWT.
- Secured routes that require a valid JWT for access.
- Java
- Spring Boot
- Spring Security
- Spring Boot Data Jpa
- Postgresql
- JWT (JSON Web Token)