Last active
February 9, 2019 14:20
-
-
Save beleidy/5ed33679b4b8fab83ffc929d661b0e08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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