@mvx/identity
Version:
identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.
14 lines (12 loc) • 626 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./errors"), exports);
tslib_1.__exportStar(require("./middlewares"), exports);
tslib_1.__exportStar(require("./passports"), exports);
tslib_1.__exportStar(require("./stores"), exports);
tslib_1.__exportStar(require("./vaildates"), exports);
tslib_1.__exportStar(require("./IdentityModule"), exports);
tslib_1.__exportStar(require("./services"), exports);
tslib_1.__exportStar(require("./registers/ControllerAuthRegisterAction"), exports);
//# sourceMappingURL=sourcemaps/index.js.map