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.
- Host: GitHub
- URL: https://github.com/jacksonsamuval/authenticationservice
- Owner: jacksonsamuval
- Created: 2024-10-30T11:24:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T07:21:20.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:44:19.209Z (over 1 year ago)
- Topics: java, jpa-hibernate, json, jwt-authentication, microservices, school-application, spring-boot
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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