Last active
February 9, 2019 14:27
-
-
Save beleidy/df779bba187bbf75e826425f55691ab7 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_headers = jwt.get_unverified_header(jwt_id_token) | |
jwt_alg = jwt_headers['alg'] | |
jwt_kid = jwt_headers['kid'] # kid is short for key id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment