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.

4 lines (3 loc) 133 B
export declare const SuspenseWrapper: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;