https://github.com/sahaspunchihewa/fastapi-keycloak-rbac-poc
POC for implement Keycloak RBAC with fast api
https://github.com/sahaspunchihewa/fastapi-keycloak-rbac-poc
fastapi keycloak python python-keycloak rbac
Last synced: 4 months ago
JSON representation
POC for implement Keycloak RBAC with fast api
- Host: GitHub
- URL: https://github.com/sahaspunchihewa/fastapi-keycloak-rbac-poc
- Owner: SahasPunchihewa
- License: mit
- Created: 2024-12-16T07:09:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:07:36.000Z (6 months ago)
- Last Synced: 2025-02-20T05:17:42.458Z (4 months ago)
- Topics: fastapi, keycloak, python, python-keycloak, rbac
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Keycloak RBAC Authorization POC
## Run locally
```shell
uvicorn main:app --port=8080 --reload
```