loopback4-authentication
Version:
A loopback-next extension for authentication feature. Various Oauth strategies supported by this package.
9 lines • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticationMiddlewareGroups = void 0;
var AuthenticationMiddlewareGroups;
(function (AuthenticationMiddlewareGroups) {
AuthenticationMiddlewareGroups["CLIENT"] = "authenticateClient";
AuthenticationMiddlewareGroups["USER"] = "authenticateUser";
})(AuthenticationMiddlewareGroups || (exports.AuthenticationMiddlewareGroups = AuthenticationMiddlewareGroups = {}));
//# sourceMappingURL=middleware-groups.enum.js.map