code-specialist / fastapi-keycloak

Keycloak integration for Python FastAPI
https://fastapi-keycloak.code-specialist.com/
Apache License 2.0
192 stars 49 forks source link

Adde introspect token from server #86

Open alexzemlyakov opened 1 year ago

alexzemlyakov commented 1 year ago

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 or change the list of his roles immediately after his deactivation on the keycloak server.

yannicschroeer commented 1 year ago

We're open to pull requests but do not have the time to actively develop features