Installation¶
Getting Started¶
You can add AuthX to your FastAPI project in a few easy steps. First of all, install the dependency:
Default Dependency¶
pip install authx
Extra Dependencies¶
Profiler Middleware¶
pip install authx[profiler]
Metrics Middleware¶
pip install authx[metrics]
Redis Session¶
pip install authx[session]
Cache Dependencies¶
pip install authx[cache]
Oauth2 Dependencies¶
pip install authx[oauth2]
Development Dependencies¶
git clone https://github.com/yezz123/authx.git
cd authx
bash scripts/install.sh