@argusjs/mfa-totp
v0.1.4
Published
TOTP multi-factor authentication provider (Google Authenticator compatible).
Readme
@argusjs/mfa-totp
TOTP multi-factor authentication provider (Google Authenticator compatible).
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/mfa-totpUsage
import { TOTPProvider } from '@argusjs/mfa-totp';
const totp = new TOTPProvider({ appName: 'MyApp' });Docs
See the main documentation for full API reference and examples.
