Skip to content

Instantly share code, notes, and snippets.

@thecodermehedi
Created March 4, 2025 15:10
Show Gist options
  • Save thecodermehedi/ddee24f8d81a3b474d964e649ed68769 to your computer and use it in GitHub Desktop.
Save thecodermehedi/ddee24f8d81a3b474d964e649ed68769 to your computer and use it in GitHub Desktop.
JWT Secret Generator With NodeJS One Line command
node -e "console.log(require('crypto').randomBytes(64).toString('hex'))" | wl-copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment