https://github.com/premaravind47/resource-service
A Spring MVC microservice that validates JWT tokens issued by Auth-Service and provides access to protected APIs. This service demonstrates token-based security in a microservice architecture.
https://github.com/premaravind47/resource-service
backend hibernate-jpa java java-8 jwt jwt-tokens microservice rest-api spring-mvc
Last synced: 6 months ago
JSON representation
A Spring MVC microservice that validates JWT tokens issued by Auth-Service and provides access to protected APIs. This service demonstrates token-based security in a microservice architecture.
- Host: GitHub
- URL: https://github.com/premaravind47/resource-service
- Owner: PremArAvind47
- Created: 2025-08-21T13:18:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T08:15:12.000Z (7 months ago)
- Last Synced: 2025-09-11T08:18:57.901Z (7 months ago)
- Topics: backend, hibernate-jpa, java, java-8, jwt, jwt-tokens, microservice, rest-api, spring-mvc
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resource-Service
## Description
A Spring MVC microservice that validates JWT tokens issued by Auth-Service and provides access to protected APIs.
This service demonstrates token-based security in a microservice architecture.
## Tech Stack
- Java 8
- Spring MVC 5.3.25
- Spring Security 5.7.9
- Hibernate 5.6.15
- MySQL 8
- JWT (jjwt)
- Lombok
- SLF4J & Logback for logging
## Features
- JWT token validation from Auth-Service
- Secured REST APIs
- Microservice communication with JWT
- Centralized resource management
- Logging using SLF4J and Logback