codemation / easyauth

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
https://easyauth.readthedocs.io/en/latest/
MIT License
553 stars 52 forks source link

Improve client token handling, error handling, and tests #52

Closed codemation closed 2 years ago

codemation commented 2 years ago

Description

EasyAuthClient

EasyAuthServer

Tests