authx
Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/yezz123/authx
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd authx
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install authx
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install authx-extra
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install authx
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install authx-extra
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
