Installation
Getting Started
You can add AuthX to your FastAPI project in a few easy steps. First of all, install the dependency:
Default Dependency
Extra Dependencies
After installing the dependency, you can install the extra dependencies, which we have in the authx-extra
repository.
Warning
You should install the extra dependency you are aiming to use, ex:
authx_extra[cache]
for Redis supportauthx_extra[profiler]
for Pyinstruments Profiler supportauthx_extra[metrics]
for prometheus metrics support