jwt_me

0.1.1 • Public • Published

styled with prettier CircleCI

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
> sample@sample.com
$ Any additional inputs? (yes/no)
> no
$ The JWT has been copied to your clipboard!

Removal

npm uninstall -g jwt_me

Readme

Keywords

Package Sidebar

Install

npm i jwt_me

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hyeomans