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

6 lines 163 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class JWTUser { } exports.default = JWTUser; //# sourceMappingURL=jwt-user.js.map