@ssense/auth
Version:
The Auth Module is a combination for an HTTP middleware (compatible with express and restify) and a Typescript decorator. Used together, they allow protection for all the routes of your application, handling user authentication and authorizations.
7 lines • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthModule = exports.AuthInfo = void 0;
var AuthModule_1 = require("./AuthModule");
Object.defineProperty(exports, "AuthInfo", { enumerable: true, get: function () { return AuthModule_1.AuthInfo; } });
Object.defineProperty(exports, "AuthModule", { enumerable: true, get: function () { return AuthModule_1.AuthModule; } });
//# sourceMappingURL=index.js.map