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

Refresh token #93

Closed Flosckow closed 1 year ago

Flosckow commented 1 year ago

Hi, if i'm create pull request for refresh token, how long wait merge it? First I want to update the schema for KeycloakToken like this acess_token: str, refresh_toke: str = None. Further, it is possible to make a separate handle.

yannicschroeer commented 1 year ago

Provide the PR with the corresponding Tests and we can merge it in minutes 🙂

Flosckow commented 1 year ago

Merged