Skip to content

Releases: Peter-Slump/python-keycloak-client

v0.2.2

26 Feb 19:40
Compare
Choose a tag to compare
  • Added support for UMA1 for Keycloak < 4.0
  • Allow to query registered users (thanks to @aberres)

v0.2.0

27 Nov 21:55
Compare
Choose a tag to compare
  • Added async client based on aiohttp (thanks to @nkoshell)

v0.1.4

27 Nov 21:55
Compare
Choose a tag to compare
  • Add support for password grant (thanks to @scranen)
  • Bugfix: Prevent multiple values for keyword argument 'audience' in jwt.decode() (thanks to @eugenejo)