https://github.com/saif-gitreps/simple-microservice-system
A simple microservice project in Golang where one service creates a JWT token and other service consumes the token to perform an authenticated task.
https://github.com/saif-gitreps/simple-microservice-system
go jwt microservices
Last synced: 9 months ago
JSON representation
A simple microservice project in Golang where one service creates a JWT token and other service consumes the token to perform an authenticated task.
- Host: GitHub
- URL: https://github.com/saif-gitreps/simple-microservice-system
- Owner: saif-gitreps
- Created: 2024-12-26T07:40:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T10:24:14.000Z (over 1 year ago)
- Last Synced: 2025-08-18T18:37:06.797Z (10 months ago)
- Topics: go, jwt, microservices
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-microservice-pjt
A simple microservice project where one service creates a JWT token and other service consumes the token to perform an authenticated task.