UNPKG

payload-totp

Version:

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

9 lines (8 loc) 213 B
type Args = { children: React.ReactNode; forceSetup?: boolean; setupUrl: string; verifyUrl: string; }; export default function TOTPProviderClient(args: Args): import("react").ReactNode; export {};