Last active
August 13, 2019 18:00
-
-
Save calvincodes/3a1a9945855f648db2a9de0b65e13217 to your computer and use it in GitHub Desktop.
Sample JWT Header
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
{ | |
"alg": "HS256", | |
"typ": "JWT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment