0.0.1 • Published 5 years ago

@forgethis/jwt-auth v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

jwt-auth

This module should be compatible with Passport.js and be able to easily set up a local strategy for any project needing it.

Installation

Create .env having a very strong secret that every JWT token will be encrypted, signed and decrypted, it should be a good secret.

Example .env file

SECRET=thisisthesecret123123***^^

Not stable yet.

0.0.1

5 years ago