Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages