urbanplatform / django-keycloak-auth

Middleware to allow authorization using Keycloak and Django for django-rest-framework (DRF). This package should only be used in projects starting from scratch, since it overrides the users' management.
MIT License
32 stars 14 forks source link

Use python-keycloak as the library to interface with Keycloak #12

Closed moritz89 closed 2 years ago

moritz89 commented 2 years ago

Just wanted to ask if you'd be interested in using python-keycloak as the interface to Keycloak? It is a well tested library to interface with Keycloak API

uw-rvitorino commented 2 years ago

Hi @moritz89 do you see concrete use cases for this? Where do you think it would be useful to test the Python lib in the current code base?