aks-verify-jwt

0.1.2 • Public • Published

Verify-JWT Token

This package will verify the authenticity of JWT in Client Side with issuer and inspired by Tymon/JWT Package.

Installation

npm i aks-verify-jwt --save

Usage

#Set the token in localstorage
const VerifyJWT = require('../index');
VerifyJWT.handleToken(token)  

#To remove token
VerifyJWT.removeToken()

#To get token from localstorage
VerifyJWT.getToken()

#Verify that token is valid
VerifyJWT.isValidToken()

Tests

npm test

Contributing

Arpan Kumar Soni

/aks-verify-jwt/

    Package Sidebar

    Install

    npm i aks-verify-jwt

    Weekly Downloads

    3

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    5.15 kB

    Total Files

    6

    Last publish

    Collaborators

    • arpansoni0007