Skip to content

This code contain functions to work with JWTs, you can install this package from npm registery and use in your project right away.

License

Notifications You must be signed in to change notification settings

Shifafarin/jwt-resource

Repository files navigation

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

About

This code contain functions to work with JWTs, you can install this package from npm registery and use in your project right away.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published