Skip to content

Instantly share code, notes, and snippets.

@beleidy
Last active February 9, 2019 14:20
Show Gist options
  • Save beleidy/5ed33679b4b8fab83ffc929d661b0e08 to your computer and use it in GitHub Desktop.
Save beleidy/5ed33679b4b8fab83ffc929d661b0e08 to your computer and use it in GitHub Desktop.
jwt_payload = jwt.decode(jwt_id_token, public_key, algorithms=[jwt_alg], audience=audience)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment