
Custom MFA factors are now available in Appwrite Authentication
Hey everyone,
We’ve just added support for custom MFA factors in Appwrite Authentication.
You can now build custom MFA delivery flows using channels such as WhatsApp, voice calls, Telegram, or your own messaging system.
Appwrite handles generating and verifying the verification code, while your Function handles delivering it through the channel you choose.
This gives you more flexibility to build an MFA flow around your users and your existing communication infrastructure.
You can learn more and see how to set it up in the guide: https://appwrite.io/blog/post/custom-mfa-factor
What custom MFA channels would you like to use with Appwrite?