UNPKG

@enteocode/nestjs-mfa

Version:

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

3 lines (2 loc) 125 B
import type { ContextType } from '@nestjs/common'; export type MfaCredentialsExtractorType = string | (ContextType | 'all');