Created
April 3, 2022 04:25
-
-
Save vijayganeshpk/6d681bb90b334678f083c15aa281c25d to your computer and use it in GitHub Desktop.
Snippet for creating new JWT Secrets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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