Back to skills

auth0-mfa

security

Adds Multi-Factor Authentication to Auth0-powered apps. Covers TOTP, SMS, email, push notifications, WebAuthn/passkeys, and step-up verification for sensitive operations. Also handles adaptive MFA bas

Setup & Installation

npx skills add https://github.com/auth0/auth0-mfa --skill auth0-mfa
or paste the link and ask your coding assistant to install it
https://github.com/auth0/auth0-mfa
View on GitHub

What This Skill Does

Adds Multi-Factor Authentication to Auth0-powered apps. Covers TOTP, SMS, email, push notifications, WebAuthn/passkeys, and step-up verification for sensitive operations. Also handles adaptive MFA based on risk signals and compliance needs like HIPAA or PCI-DSS. Auth0's MFA setup involves multiple API calls, Action scripts, and framework-specific token inspection. This skill consolidates the config steps, acr_values usage, and backend validation into one reference so you don't piece it together from scattered docs.

When to use it

  • Working with auth0 mfa functionality
  • Implementing auth0 mfa features
  • Debugging auth0 mfa related issues