Skip to content

Instantly share code, notes, and snippets.

@beleidy
Last active February 9, 2019 14:27
Show Gist options
  • Save beleidy/df779bba187bbf75e826425f55691ab7 to your computer and use it in GitHub Desktop.
Save beleidy/df779bba187bbf75e826425f55691ab7 to your computer and use it in GitHub Desktop.
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