CLI to generate JSON Web Tokens.
Installation.
$ git clone git@github.com:mahasamatman/jwtgen.git
- From the cloned directory:
$ rake install
Usage.
Example: $ jwtgen -u 123 -e user@email.com -a RS256 -k SecretKey
.
For more options refer to $ jwtgen -h