Add support for keycloak > v17
Added support for Keycloak > v17.0 (tested till Keycloak v19.0), by removing auth from the APIs URIs as it no longer exists in Keycloak APIs >= v17 We still can use this version with old Keycloak versions if we add /auth at the end of the baseUri. E.g: 'baseUri' => 'http://keycloak-domain.com/auth',
@Peter-Slump Tested on keycloak v18 & v19 & Django 4.1.1
@Peter-Slump, is it possible to review, merge and make a release with this in? Thanks
@Peter-Slump, is it possible to review, merge and make a release with this in? Thanks
@rad-pat You can use the package I created python-keycloak-client-pkg @ repo link also you can find django-keycloak-package @ repo link
@Peter-Slump is this package still supported?