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

https://github.com/premaravind47/auth-service

A Spring Boot microservice for user registration and JWT-based authentication. This service handles user signup, login, and generates JWT tokens for secure API access.
https://github.com/premaravind47/auth-service

jwt lombok maven microservice mysql redis spring-boot spring-data-jpa spring-security swagger

Last synced: 3 months ago
JSON representation

A Spring Boot microservice for user registration and JWT-based authentication. This service handles user signup, login, and generates JWT tokens for secure API access.

Awesome Lists containing this project

README

          

# Auth-Service

## Description
A Spring Boot microservice for user registration and JWT-based authentication.
This service handles user signup, login, and generates JWT tokens for secure API access.

## Tech Stack
- Java 8
- Spring Boot 2.7.18
- Spring Security
- Spring Data JPA
- MySQL
- Redis
- JWT (jjwt)
- Swagger (Springfox)
- Lombok

## Features
- User registration & login
- JWT token generation
- Secured REST APIs
- Redis caching for session/token management
- Swagger API documentation