Installation
You can add FastAuth to your FastAPI project in a few easy steps. First of all, install dependency:
To install default dependency over pip:
pip install fastapi-fastauth
ORM Support
To enable ORM support(Recommended), install the following extra dependency:
pip install "fastapi-fastauth[sqlalchemy]"
OAuth2 Support
To add OAuth2 support install following extra dependency:
pip install "fastapi-fastauth[oauth]"