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

76 - Fixed conversion of token cookie into authorizaiton bearer token… #77

Closed codemation closed 1 year ago

codemation commented 1 year ago

76 - Fixes conversion of token -> bearer token preventing Admin / GUI access in new versions of FastAPI / Starlette.