UNPKG

totpify

Version:

Advanced TOTP Library with enhanced security features and algorithm support

4 lines (3 loc) 226 B
export { generateTOTP, verifyTOTP, generateQRCode, generateRandomSecret } from './totp'; export { HashAlgorithm, TOTPOptions, QRCodeOptions, VerifyResult } from './types'; export { decodeBase32, generateHOTP } from './utils';