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

fastapi-keycloak docs outdated? #74

Open koufopoulosf opened 1 year ago

koufopoulosf commented 1 year ago

Hello all,

Are there any plans on updating this library to use the latest version of Keycloak and also update the docs?

I think this library is based on Keycloak version 16.1.0 as seen here: https://fastapi-keycloak.code-specialist.com/quick_start/

 keycloak:
    image: jboss/keycloak:16.1.0   

Also: https://fastapi-keycloak.code-specialist.com/reference/ It should be "FastAPIKeycloak" instead of "KeycloakFastAPI"

Thank you very much for your valuable time.

Best Regards,

koufopoulosf