jwt_me
v0.1.1
Published
JWT CLI Generator
Downloads
2
Readme
jwt_me
jwt_me is a command line interface tool that will generate a JWT token. In this version user_id
and email
are required by default. Once the process is finished, the JWT token will be copied to your clipboard!
Installation
To run jwt_me
you need to install the latest version of Node.js
npm install -g jwt_me
Usage
> jwt_me
$ Enter key 1
> user_id
$ Enter user_id value
> 11211
$ Enter key 2
> email
$ Enter email value
> [email protected]
$ Any additional inputs? (yes/no)
> no
$ The JWT has been copied to your clipboard!
Removal
npm uninstall -g jwt_me