jwtgen
jwtgen copied to clipboard
JWT Command Line Generator
Results
2
jwtgen issues
Sort by
recently updated
recently updated
newest added
First of all, I thank you for your tools, it's is really helpful to generate and test JWT tokens ! i found a small issue in your example, concerning the...
I tried this: ```sh jwtgen -a "RS256" -p app/var/jwt/private.pem -c "[email protected]" ``` I got it: ```sh crypto.js:283 var ret = this._handle.sign(toBuf(key), null, passphrase); ^ Error: error:0906A068:PEM routines:PEM_do_header:bad password read at...