UNPKG

@imajin/rx-otp

Version:

HMAC-based (HOTP) and Time-based (TOTP) One-Time Password manager. Works with Google Authenticator for Two-Factor Authentication.

4 lines (3 loc) 136 B
export { HOTP } from './lib/components/hotp'; export { TOTP } from './lib/components/totp'; export { U2F } from './lib/components/u2f';