An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# FastAPI Keycloak RBAC Authorization POC

## Run locally
```shell
uvicorn main:app --port=8080 --reload
```