To generate a random JWT secret key, you can use a tool like Node.js to create a random string. Here's a simple example:
Open your terminal or co...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for this mate
Thanks!
Thanks!!!
Helpful in my job!
merci cela m'a beaucoup aidé
Bienvenue 😀 N'hésitez pas à le partager avec vos amis.
Aaahh nicee
Pieces.app
Excelent
Thanks 😀
Hello, thanks !
But one question, how will I know when it expires?
const token= jwt.sign({_id:this._id},process.env.JWTPRIVATEKEY,{ expiresIn:"EXPIRATIONTIME"});
Super useful, thanks!
I'm glad to hear it helped you 🙏🏾
Wow super useful
This is really helpful! Thank you🙏
This is a neat trick! I always wondered how to quickly generate a strong JWT secret key. This Node.js snippet is super useful, thanks for sharing! Gonna save this for later.
Thank you! Saved my time, instead of generating it online. We can generate locally.
Okay, this JWT secret key generator seems pretty handy! Looks like a quick way to create secure keys without all the fuss. Definitely gonna bookmark this for future projects.