UNPKG

payload-totp

Version:

Add an extra security layer to PayloadCMS using a Time-based One-time Password (TOTP).

3 lines (2 loc) 90 B
import type { AuthStrategy } from 'payload'; export declare const strategy: AuthStrategy;