Created
August 14, 2019 17:39
-
-
Save calvincodes/d2f9440297cae20bfdc6c44798329c46 to your computer and use it in GitHub Desktop.
Describes Step 4 to 5 of JWT creation
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
val hash = hash_alg(data, secret_key) // Step 4 | |
val signature = base64UrlEncode(hash) // Step 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment