UNPKG

@inertiapixel/nextjs-auth

Version:

A reusable Next.js authentication package supporting credentials, OTP, and OAuth login.

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';