filament-multifactor-whatsapp-development

Integrate WhatsApp OTP multi-factor authentication into Filament applications via Evolution API.

17|2|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/jeffersongoncalves/filament-multifactor-whatsapp --skill filament-multifactor-whatsapp-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filament-multifactor-whatsapp-development
Source: https://github.com/jeffersongoncalves/filament-multifactor-whatsapp/tree/main/resources/boost/skills/filament-multifactor-whatsapp-development
Command: npx skills add https://github.com/jeffersongoncalves/filament-multifactor-whatsapp --skill filament-multifactor-whatsapp-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of WhatsApp-based multi-factor authentication into Filament applications, enhancing security by leveraging users' WhatsApp accounts for identity verification.

Core Features & Use Cases

  • WhatsApp OTP Verification: Send one-time passcodes to users' WhatsApp for login verification.
  • Evolution API Integration: Seamlessly connects with Evolution API for reliable WhatsApp message delivery.
  • MFA Management: Provides actions to set up and disable WhatsApp authentication for users.
  • Customization: Allows for customization of code expiry, notification messages, and code generation logic.
  • Use Case: Secure a sensitive admin panel by requiring users to enter a WhatsApp-sent code after their password to log in.

Quick Start

Install the package and configure your user model and panel to use WhatsApp authentication.

Frequently Asked Questions about filament-multifactor-whatsapp-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add WhatsApp MFA to a Filament admin panel?

You can implement WhatsApp MFA in a Filament admin panel by integrating this package to send one-time passcodes via Evolution API, requiring users to verify the OTP after entering their password.

Can I use Evolution API to send OTP messages for Filament authentication?

Yes, Evolution API is fully supported to deliver WhatsApp OTP messages, facilitating reliable identity verification and secure user logins within your Filament application.

Is WhatsApp-based multi-factor authentication secure for Filament apps?

WhatsApp-based multi-factor authentication secures Filament apps by sending one-time passcodes directly to users' devices, adding a necessary verification layer beyond standard passwords.

How do I customize OTP expiry and notification messages for Filament WhatsApp authentication?

You can customize code expiry durations, notification messages, and code generation logic directly within the package to tailor the WhatsApp authentication flow for your users.

Do I need a specific user model to set up WhatsApp MFA in Filament?

Yes, implementing WhatsApp MFA requires configuring a specific user model and panel setup to properly integrate the authentication flow and Evolution API connection.