Skip to content

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

pip install authx[lint,test,docs]