UNPKG

@inertiapixel/nextjs-auth

Version:

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

3 lines (2 loc) 132 B
import { NextRequest, NextResponse } from 'next/server'; export declare function handlers(req: NextRequest): Promise<NextResponse>;