fastapi-keycloak
Keycloak integration for Python FastAPI
File Explorer
Download Latest Version (.zip)- codeql.yml
- testing.yaml
- FUNDING.yml
- styles.css
- full_example.py
- app.py
- app.py
- docker-compose.yaml
- realm-export.json
- favicon.svg
- logo.png
- apple-m1.md
- CNAME
- full_example.md
- index.md
- keycloak_configuration.md
- quick_start.md
- reference.md
- mkdocs.yaml
- __init__.py
- api.py
- exceptions.py
- model.py
- requirements.txt
- .coveragerc
- __init__.py
- app.py
- build_keycloak_m1.sh
- conftest.py
- coverage.xml
- keycloak_postgres.yaml
- pytest.ini
- realm-export.json
- start_infra.sh
- stop_infra.sh
- test_functional.py
- test_integration.py
- wait_for_service.sh
- .gitignore
- codecov.yaml
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/code-specialist/fastapi-keycloak
Downloads the entire project code from GitHub to your computer.
cd fastapi-keycloak
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r fastapi_keycloak/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
