Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 6, 2017 15:17
Show Gist options
  • Save nderkach/8f14fd30542c6fdd8127ae29c2a17800 to your computer and use it in GitHub Desktop.
Save nderkach/8f14fd30542c6fdd8127ae29c2a17800 to your computer and use it in GitHub Desktop.
How to generate JWT secret
node -e "console.log(require('crypto').randomBytes(32).toString('hex'));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment