fastapi-keycloak
fastapi-keycloak copied to clipboard
Keycloak integration for Python FastAPI
For now get_current_user just parse current token without update it from keycloak server. It would be good to introspect token data directly from server. This would help deactivate the user...
Hi folks! And thank you for this great project. I have a problem: I wanted to install fastapi-keycloak from sources. I made a virtualenv, activated it, moved into fastapi-keycloak cloned...
I am looking for a multi-tenant-based solution, where the customer maintains different realms for different vendors. How could we manage the `FastAPIKeycloak()` creation and .`get_current_user()` authentication/authorisation? Based on the URL...