UNPKG

@inertiapixel/nextjs-auth

Version:

Authentication system for Next.js. Supports credentials and social login, JWT token management, and lifecycle hooks — designed to integrate with nodejs-auth for full-stack MERN apps.

6 lines (5 loc) 327 B
export { default as SignedIn } from './controls/SignedIn'; export { default as SignedOut } from './controls/SignedOut'; export { default as Protect } from './controls/Protect'; export { default as RedirectToSignIn } from './controls/RedirectToSignIn'; export { default as RedirectToSignUp } from './controls/RedirectToSignUp';