UNPKG

688 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6exports.LocalStrategy = exports.hooks = void 0;
7const hash_password_1 = __importDefault(require("./hooks/hash-password"));
8const protect_1 = __importDefault(require("./hooks/protect"));
9exports.hooks = { hashPassword: hash_password_1.default, protect: protect_1.default };
10var strategy_1 = require("./strategy");
11Object.defineProperty(exports, "LocalStrategy", { enumerable: true, get: function () { return strategy_1.LocalStrategy; } });
12//# sourceMappingURL=index.js.map
\No newline at end of file