jwt-resource

1.3.2 • Public • Published

Package Title

This Package contain necessary jwt utilities to work with jwt tokens.

🛠 Skills

Javascript

Dependency

Install

$ npm install jwt-resource

you can leverage the following functions

  • getToken

  • verifyToken

  • refreshToken

  • decodeToken

  • getTokenExpirationDate

Syntaxes

  • getToken(payload, secretkey, expiry)

  • verifyToken(token,secretkey)

  • refreshToken(payload, secretkey, expiry)

  • decodeToken(token)

  • getTokenExpirationDate(token)

git Repository

Authors

Readme

Keywords

none

Package Sidebar

Install

npm i jwt-resource

Weekly Downloads

1

Version

1.3.2

License

ISC

Unpacked Size

4.46 kB

Total Files

8

Last publish

Collaborators

  • shifafarin
  • plainsurfsolutions