UNPKG

@around25/jwt-utils

Version:

Perform jwt token operations like store, get, decode, get expiration date, check if expired, validate, remove from storage

4 lines (2 loc) 77 B
const TokenService = require('./lib/Token'); module.exports = TokenService;