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

4 lines (3 loc) 140 B
import { CollectionConfig } from "payload"; export declare const OTP_CODE_SLUG = "otpCode"; export declare const OtpCode: CollectionConfig;