Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 330 Bytes

fastapi-auth-utils

A minimal authentication/authorization utility for FastAPI.

How tom install

using pip:

pip install fastapi-auth-utils

using poetry:

poetry add fastapi-auth-utils

How to use

See examples

License

MIT