You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
There is a bug in the code. The json.dumps returns a TypeError: Object of type bytes is not JSON serializable while data instead needs to be decoded data.decode('utf-8') before converting to dictionary.
The correct approach is being used in the id_token.py method.