Skip to content

JamieBShaw/auth-service

Repository files navigation

Microservice Series

Creating a set of general microservices (auth, user etc...) for fun and potential use in other projects. All services will finally be deployed to a kubernetes cluster. This is the second service created in this series.

Links to other microservices:

auth-service

Alt Text

Implementation of an auth microservice currently using http, generates access tokens (with refresh, expiry dates etc.). This connects to the already implemented user-service, link above.

Can use both HTTP and GRPC, however, main implementation is to be used with grpc as this is meant for intra-microservice communication. It just uses a simple redis database to delete and insert users auth tokens.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published