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
8 lines • 358 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jwt_dict_1 = __importDefault(require("./jwt-dict"));
module.exports = new jwt_dict_1.default();
//# sourceMappingURL=index.js.map