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

Status code error in client #3

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

https://github.com/codemation/easyauth/blob/618b2896d7a5e34c59f184e233f9f6379e84c890/easyauth/client.py#L118

I imagine this should be HTTP_302_FOUND.

codemation commented 3 years ago

Absolutely, good catch.

codemation commented 3 years ago

Fixed in https://pypi.org/project/easy-auth/0.129/ - thanks @tisboyo