Skip to content

Instantly share code, notes, and snippets.

@vijayganeshpk
Created April 3, 2022 04:25
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 vijayganeshpk/6d681bb90b334678f083c15aa281c25d to your computer and use it in GitHub Desktop.
Save vijayganeshpk/6d681bb90b334678f083c15aa281c25d to your computer and use it in GitHub Desktop.
Snippet for creating new JWT Secrets
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment