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

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.

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.