generate jwt secret key
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
generate jwt secret key
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
jwt
JSON Web Token is an Internet standard for creating data with optional
signature and/or optional encryption whose payload holds JSON that asserts
some number of claims.
The tokens are signed either using a private secret or a public/private key.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us