Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenMatchmaking/microservice-auth
Authentication / Authorization microservice
https://github.com/OpenMatchmaking/microservice-auth
async authentication authorization microservice mongodb open-matchmaking python rabbitmq redis sanic
Last synced: 30 days ago
JSON representation
Authentication / Authorization microservice
- Host: GitHub
- URL: https://github.com/OpenMatchmaking/microservice-auth
- Owner: OpenMatchmaking
- License: bsd-3-clause
- Created: 2018-02-13T12:42:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T22:25:30.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T22:15:49.043Z (4 months ago)
- Topics: async, authentication, authorization, microservice, mongodb, open-matchmaking, python, rabbitmq, redis, sanic
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sanic - Open Matchmaking Auth/Auth microservice
README
# microservice-auth
A microservice that provides authentication / authorization features for Open Matchmaking platform.The project is focused on the building a blazingly fast and scalable authentication / authorization layer for microservices. It provides an information about users and allows to use JSON Web Tokens, so that all of those data can be used for restricting an access to other microservices.
## Documentation
An Information about when and how can be used you can find [here](https://github.com/OpenMatchmaking/documentation/blob/master/docs/architecture.md#with-authauth-microservice).
The general documentation about this microservice and available API is located [here](https://github.com/OpenMatchmaking/documentation/blob/master/docs/components/auth-microservice.md).