UNPKG

@enteocode/nestjs-mfa

Version:

Implementation agnostic RFC-compliant Multi-Factor Authentication (2FA/MFA) module for NestJS with recovery code support

11 lines (10 loc) 261 B
export declare enum TokenType { /** * Usable only in a time-widow multiple times */ TIMEOUT = "timeout", /** * Usable with an authenticator application (time based with auto-regeneration) */ AUTHENTICATOR = "authenticator" }