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

easyauth httptools 0.3.0 not good for python 3.11 #102

Closed Antony-Jia closed 11 months ago

Antony-Jia commented 1 year ago

when use conda python 3.11 env, when use poetry install there is compile error for httptools 0.3.0. Just like: longintrepr.h: No such file or directory .

Is there any solution update httptools to 0.5.0?

gtlt commented 1 year ago

same here with pip install easy-auth[server], workaround was to install it with pip install easy-auth