This project implements a robust authentication service designed to securely manage user authentication and authorization in a microservices architecture. The service uses JSON Web Tokens (JWT) for stateless authentication, enabling secure access to various APIs and services.
- User Registration: Allows users to create an account with necessary details.
- JWT Authentication: Issues JWTs upon successful login, which can be used for accessing protected resources.
- Token Validation: Validates incoming JWTs to ensure they are not expired and are correctly signed.
- User Management: Provides endpoints for user management tasks like password reset and account verification.
- Java
- Spring Boot
- Spring Security
- JWT (JSON Web Tokens)
- Hibernate / JPA
- MySQL (or your choice of database)
- Maven