UNPKG

native-browser-otp

Version:

Lightweight library for generating TOTP and HOTP codes using browser's native Web Cryptography API. Perfect for implementing two-factor authentication (2FA) in web applications.

2 lines (1 loc) 46 B
export { hotp, totp, timeLeft } from "./otp";