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

9 lines (8 loc) 637 B
export { BeforeDashboardClient } from '../components/BeforeDashboardClient.js'; export { default as OtpPage } from '../components/otp/otp-page.js'; export { default as OtpView } from '../components/otp/otp-view.js'; export { default as OTPInput } from '../components/otp/otp-input.js'; export { default as TimerCountdown } from '../components/otp/timer-count-down.js'; export { default as useOtpHook } from '../hook/useOtpHook.js'; export { parseAcceptLanguage, getTranslation, getTranslationFromHeaders, createTranslationHelper } from '../utilities/translation.js'; export type { SupportedLanguage } from '../utilities/translation.js';