1.0.3 • Published 1 year ago

jwt-16bit v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

���� JWT-16bit

Starts up express server without writing that boring server boilerplate code.

GitHub license Npm package total downloads Npm package version

Usage

First, run npm install jwt-16bit for your app & than simply require it.

const jwt16bit = require("jwt-16bit")

How it works ?

Once Installed and required now simply log it to the console by invoking the required function. This will generate a super secret string code inside the terminal so now you can use it as your super secret JWT secret inside your JWT-Auth applications.

const jwt16bit = require("jwt-16bit")

console.log(jwt16bit());

Results

Generates supersecret JWT secret for you next application.

Example output in console!

7hT3fJ9kM6nR2sQ8

5Pc9nM5K7tL9XE5t

Contributing

  1. Install node.
  2. Clone this repository $ gh repo clone NaNshekhar04/JWT-16bit.
  3. Install dependencies $ npm install.
  4. Start Hacking!

Feel free to contribute to the repo. Just make sure you Open an Issue first before raising the Pull Request!

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago