Generate a Randow JWT Secret Key

Posted on 11/6/2024

node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"

Source: https://dev.to/tkirwa/generate-a-random-jwt-secret-key-39j4

Created with ❤️ using Next.js & Tailwind CSS