Skip to content

Geetha-optisol/lib-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Library

This is a private JWT library for MoleculeEngineering and the package details and how we can extend and configure it will be explained below.

What is jwt?

It is an json web token generation library, which generates token from input.

Installation

Node.js

lib-jwt is available on npm. To install it, type:

$ npm install --save-dev @moleculeengineering/lib-jwt

Usage

Import the library in your code, and then pick signJWT to generate token:

Pre-Native Modules Usage (as local variables)

const { signJWT, verify } = require("@moleculeengineering/lib-jwt");

Related Projects

api-company (https://github.com/MoleculeEngineering/api-company)

Contributors

Geetha Selvaraj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published