跳转至

Installation

Bash
pip install apogee-auth-runtime

Verify

Python
import apogee_auth_runtime
print(apogee_auth_runtime.__version__)

Optional extras

The base install has no required third-party dependency. Each extra unlocks one adapter.

Extra Pulls in
argon2 argon2-cffi>=23.0
bcrypt bcrypt>=4.0
pyjwt pyjwt[crypto]>=2.8
joserfc joserfc>=0.10
redis redis>=5.0
Bash
pip install "apogee-auth-runtime[argon2]"
Bash
pip install "apogee-auth-runtime[all]"
Bash
pip install -e modules/apogee-auth-runtime[dev]