UNPKG

@vs-org/authenticator

Version:

VS authenticator package can generate TOTP (RFC6238) for 2FA, and also provide secret and recovery codes for 2FA setup

4 lines (3 loc) 194 B
import VsAuthenticator from "./VsAuthenticator"; import VsAuthenticatorWithSecretHandler from "./VsAuthenticatorWithSecretHandler"; export { VsAuthenticator, VsAuthenticatorWithSecretHandler };