Skip to content

jacksonsamuval/AuthenticationService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Microservice for Authentication of User for School Quiz Application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages