UNPKG

jwt-logout-app

Version:

A JWT Logout app that maitaines a dictionary of JWTs mapped to a userid which can then be used for performig logout when using JWT for sign-in

2 lines 78 B
import JWTDictionary from './jwt-dict'; module.exports = new JWTDictionary();