An open API service indexing awesome lists of open source software.

https://github.com/jacksonsamuval/authenticationservice

Microservice for Authentication of User for School Quiz Application.
https://github.com/jacksonsamuval/authenticationservice

java jpa-hibernate json jwt-authentication microservices school-application spring-boot

Last synced: 5 months ago
JSON representation

Microservice for Authentication of User for School Quiz Application.

Awesome Lists containing this project

README

          

# Authentication Service

### Overview:

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.

### Features:

- 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.

### Technology Stack:

- Java
- Spring Boot
- Spring Security
- JWT (JSON Web Tokens)
- Hibernate / JPA
- MySQL (or your choice of database)
- Maven