@zeushq/nextjs-zidentity
Version:
Next.js SDK for signin in with Zeus Identity
13 lines • 1.07 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.withPageAuthRequiredFactory = exports.withApiAuthOptionalFactory = exports.withApiAuthRequiredFactory = void 0;
var with_api_auth_required_1 = require("./with-api-auth-required");
Object.defineProperty(exports, "withApiAuthRequiredFactory", { enumerable: true, get: function () { return __importDefault(with_api_auth_required_1).default; } });
var with_api_auth_optional_1 = require("./with-api-auth-optional");
Object.defineProperty(exports, "withApiAuthOptionalFactory", { enumerable: true, get: function () { return __importDefault(with_api_auth_optional_1).default; } });
var with_page_auth_required_1 = require("./with-page-auth-required");
Object.defineProperty(exports, "withPageAuthRequiredFactory", { enumerable: true, get: function () { return __importDefault(with_page_auth_required_1).default; } });
//# sourceMappingURL=index.js.map