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
---> 100%
Extra Dependencies¶
Profiler Middleware¶
$ pip install authx[profiler]
---> 100%
Metrics Middleware¶
$ pip install authx[metrics]
---> 100%
Redis Session¶
$ pip install authx[session]
---> 100%
Cache Dependencies¶
$ pip install authx[cache]
---> 100%
Oauth2 Dependencies¶
$ pip install authx[oauth2]
---> 100%
Development Dependencies¶
$ git clone https://github.com/yezz123/authx.git
---> 100%
$ cd authx
$ bash scripts/install.sh