1.3.2 • Published 5 months ago

jwt-resource v1.3.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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

1.3.2

5 months ago

1.3.1

8 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago