@zeushq/nextjs-zidentity
Version:
Next.js SDK for signin in with Zeus Identity
10 lines (9 loc) • 399 B
text/typescript
export { default as withApiAuthRequiredFactory, WithApiAuthRequired } from './with-api-auth-required';
export { default as withApiAuthOptionalFactory, WithApiAuthOptional } from './with-api-auth-optional';
export {
default as withPageAuthRequiredFactory,
GetServerSidePropsResultWithSession,
WithPageAuthRequired,
WithPageAuthRequiredOptions,
PageRoute
} from './with-page-auth-required';