Skip to content

Instantly share code, notes, and snippets.

@andreybleme
Created April 1, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreybleme/cf63573ef6e2107ecb85f3b6aad97a2b to your computer and use it in GitHub Desktop.
Save andreybleme/cf63573ef6e2107ecb85f3b6aad97a2b to your computer and use it in GitHub Desktop.
andreybleme.com | JWT com Springboot
HMACSHA256(
base64UrlEncode(header) + "." +
base64UrlEncode(payload),
secret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment