UNPKG

payloadcms_otp_plugin

Version:

A comprehensive One-Time Password (OTP) authentication plugin for Payload CMS that enables secure passwordless authentication via SMS and email

3 lines (2 loc) 144 B
import { NextRequest, NextResponse } from "next/server.js"; export declare function middlewareOtp(request: NextRequest): Promise<NextResponse>;