Peter Schiffer
Peter Schiffer
Awesome, that's great to hear, thanks @ahus1 . Looking more at the linked docs, this is also helpful to understand: > When you start Keycloak in production mode, by using...
Thank you for the great write up about the sticky sessions - I completely agree, I always try to avoid them if possible. And great news about the new discovery...
Thank you! I had to edit also `base64_urldecode()` to make it work: ```diff diff --git a/client.py b/client.py index ad98c51..db35b1e 100644 --- a/client.py +++ b/client.py @@ -273,7 +273,7 @@ class Client:...