Skip to content

Instantly share code, notes, and snippets.

@abdalmoez
Created January 10, 2022 13:50
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 abdalmoez/cd88d21895b84faa592a3040cc1a28db to your computer and use it in GitHub Desktop.
Save abdalmoez/cd88d21895b84faa592a3040cc1a28db to your computer and use it in GitHub Desktop.
Convert text to base64url
echo -n '{"sub":"RS256inOTA","name":"John Doe"}' | base64 | sed s/\+/-/ | sed -E s/=+$//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment