An easy way to generate cryptographically-secure secrets needed for stuff like JWT secrets using the openssl library already available via linux or OSX shell:
openssl rand -hex 32
An easy way to generate cryptographically-secure secrets needed for stuff like JWT secrets using the openssl library already available via linux or OSX shell:
openssl rand -hex 32