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.

7 lines (6 loc) 215 B
export * from './context/AuthProvider'; export { useAuth } from './hooks/useAuth'; export * from './utils/tokenStorage'; export * from './types'; export { withAuth } from './hoc/withAuth'; export * from './server';