Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 535 Bytes

auth_microservice

Handles jwt provisioning, and verification. REQUIRED -

  • Redis instance to be running.

Client exposes a REST API with JSON payloads. Server is a gRPC server that registers with hashicorp's consul for health checks

implementation of the gokit-microservice-starter

jwt-service

Handles basic jwt authentication. Issues an expiring token pair, silent refresh and delete functions. corresponding to a persistent login session and logout when done.