You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jwt [command] --help seems to give all the options but it would be nice to include all the options in the README as well! I did not realize expiresIn was an option until I tried to manually set exp in the payload, for example.
I see the note about the extra options, but being explicit would be nice!
The text was updated successfully, but these errors were encountered:
I do link to the full list of options over on the auth0/node-jsonwebtoken README for each of the various sub commands. I guess it wouldn't hurt to include them here in this README as well.
Hey, nice tool!
jwt [command] --help
seems to give all the options but it would be nice to include all the options in the README as well! I did not realizeexpiresIn
was an option until I tried to manually setexp
in the payload, for example.I see the note about the extra options, but being explicit would be nice!
The text was updated successfully, but these errors were encountered: