Created
April 1, 2017 14:49
-
-
Save andreybleme/cf63573ef6e2107ecb85f3b6aad97a2b to your computer and use it in GitHub Desktop.
andreybleme.com | JWT com Springboot
This file contains 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
HMACSHA256( | |
base64UrlEncode(header) + "." + | |
base64UrlEncode(payload), | |
secret) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment