Skip to content

Instantly share code, notes, and snippets.

@MCurran16
Created February 20, 2021 16:52
Show Gist options
  • Save MCurran16/b85ae3cd27df8e36cc0178f852716449 to your computer and use it in GitHub Desktop.
Save MCurran16/b85ae3cd27df8e36cc0178f852716449 to your computer and use it in GitHub Desktop.
Generate JWT secret from terminal
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
@perfectplaytv
Copy link

chatbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment