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.
- Host: GitHub
- URL: https://github.com/premaravind47/auth-service
- Owner: PremArAvind47
- Created: 2025-08-21T14:31:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T08:33:14.000Z (7 months ago)
- Last Synced: 2025-08-22T10:31:47.996Z (7 months ago)
- Topics: jwt, lombok, maven, microservice, mysql, redis, spring-boot, spring-data-jpa, spring-security, swagger
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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