authx
Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨
File Explorer
Download Latest Version (.zip)- ci.yml
- latest-changes.yml
- release.yml
- dependabot.yml
- FUNDING.yml
- SECURITY.md
- __init__.py
- _callback.py
- _error.py
- _logger.py
- _ratelimit.py
- _scopes.py
- _session.py
- _signature.py
- _utils.py
- __init__.py
- config.py
- core.py
- dependencies.py
- exceptions.py
- main.py
- manager.py
- policy.py
- py.typed
- schema.py
- token.py
- types.py
- cache.md
- metrics.md
- oauth2.md
- profiler.md
- session.md
- memory.md
- callback.md
- errors.md
- scopes.md
- signature.md
- config.md
- dependencies.md
- exceptions.md
- main.md
- manager.md
- policy.md
- reference.md
- request.md
- token.md
- token.md
- user.md
- custom.css
- termynal.css
- aliases.md
- bundle.md
- dependencies.md
- injection.md
- contributing.md
- Cache.md
- Metrics.md
- OAuth2.md
- profiler.md
- Sessions.md
- templates.md
- code_of_conduct.md
- faq.md
- help.md
- license.md
- auth-manager.md
- basic-usage.md
- installation.md
- key-rotation.md
- location.md
- payload.md
- rate-limiting.md
- refresh.md
- scopes.md
- sessions.md
- token-pair.md
- token.md
- websocket.md
- 1.png
- 2.png
- 3.png
- header.svg
- icon.ico
- license.png
- logo.png
- custom.js
- termynal.js
- index.md
- release.md
- base.html
- dashboard.html
- home.html
- login.html
- process.html
- __init__.py
- basic_auth.py
- dual_token_location.py
- fresh_token.py
- jinja2_templates.py
- key_rotation.py
- rate_limiting.py
- refresh_token.py
- scopes.py
- session_management.py
- token_blocklist.py
- token_locations.py
- websocket_auth.py
- __init__.py
- conftest.py
- test_examples.py
- pyproject.toml
- README.md
- uv.lock
- clean.sh
- docs_build.sh
- docs_serve.sh
- format.sh
- mypy.sh
- requirements.sh
- test.sh
- test_extra.sh
- conftest.py
- test_access_location.py
- test_blocklist_token.py
- test_fresh_token.py
- test_get_subject.py
- test_scopes.py
- test_token_protected_access.py
- __init__.py
- test_authx_extend.py
- __init__.py
- test_logger.py
- test_scopes.py
- test_signature.py
- test_utils.py
- __init__.py
- test_asymmetric.py
- test_authx.py
- test_callback.py
- test_config.py
- test_core.py
- test_coverage_edges.py
- test_dependencies.py
- test_errors.py
- test_implicit_middleware.py
- test_key_rotation.py
- test_manager.py
- test_openapi.py
- test_policy.py
- test_ratelimit.py
- test_schema.py
- test_session.py
- test_token.py
- test_token_pair.py
- test_websocket.py
- utils.py
- .all-contributorsrc
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/yezz123/authx
Downloads the entire project code from GitHub to your computer.
cd authx
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install authx
Installs the package published on PyPI directly — no need to clone the source.
pip install authx-extra
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install authx
Installs the package published on PyPI directly — no need to clone the source.
pip install authx-extra
Installs the package published on PyPI directly — no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
