UNPKG

@mvx/identity

Version:

identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.

20 lines (18 loc) 990 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./IAuthenticator"), exports); tslib_1.__exportStar(require("./IStrategy"), exports); tslib_1.__exportStar(require("./results"), exports); tslib_1.__exportStar(require("./Strategy"), exports); tslib_1.__exportStar(require("./SessionStrategy"), exports); tslib_1.__exportStar(require("./LocalStrategy"), exports); tslib_1.__exportStar(require("./JwtStrategy"), exports); tslib_1.__exportStar(require("./ContextExtends"), exports); tslib_1.__exportStar(require("./Authenticator"), exports); tslib_1.__exportStar(require("./PassportBuildService"), exports); tslib_1.__exportStar(require("./oauth2"), exports); tslib_1.__exportStar(require("./OAuth2Strategy"), exports); tslib_1.__exportStar(require("./OIDCStrategy"), exports); tslib_1.__exportStar(require("./StrategySelectorHandle"), exports); //# sourceMappingURL=../sourcemaps/passports/index.js.map