litestar-users
Authentication and user management for the Litestar framework
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yaml
- docs.yaml
- publish.yaml
- 0-config.md
- 1-user-service.md
- 2-route-handler-configs.md
- 3-model-mixins.md
- 0-configuration.md
- 1-database-models.md
- 2-data-transfer-objects.md
- 3-the-user-service.md
- 4-route-handler-configs.md
- 5-role-based-guards.md
- 6-command-line-interface.md
- index.md
- __init__.py
- basic.py
- with_oauth2.py
- with_roles.py
- __init__.py
- jwt.py
- session.py
- __init__.py
- anonymous.py
- cli.py
- config.py
- dependencies.py
- dtos.py
- exceptions.py
- guards.py
- jwt.py
- main.py
- mixins.py
- password.py
- protocols.py
- py.typed
- route_handlers.py
- schema.py
- service.py
- utils.py
- __init__.py
- conftest.py
- test_multitenancy.py
- conftest.py
- test_oauth.py
- conftest.py
- test_roles.py
- conftest.py
- test_authentication.py
- test_password_reset.py
- test_registration.py
- test_user_management.py
- test_verification.py
- test_anonymous.py
- test_cli.py
- test_examples.py
- test_service.py
- test_utils.py
- __init__.py
- conftest.py
- constants.py
- docker-compose.yml
- docker_service_fixtures.py
- utils.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE
- mkdocs.yml
- mypy.ini
- pyproject.toml
- README.md
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mvbosch/litestar-users
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd litestar-users
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
