fastapi-keycloak
fastapi-keycloak copied to clipboard
Support other OAuth2 auth schemes than `OAuth2PasswordBearer`
Right now we are only allowing OAuth2PasswordBearer. Maybe we want to be a little bit more flexible there and use the base class of OAuth2PasswordBearer (which is OAuth2 I think...)
Originally posted by @DaGuich in https://github.com/code-specialist/fastapi-keycloak/issues/59#issuecomment-1186877886