# Securing your Flutter apps with Multi-Factor Authentication

DevFeed: [Securing your Flutter apps with Multi-Factor Authentication](<https://devfeed.tech/articles/securing-your-flutter-apps-with-multi-factor-authentication-378.md>)

Original publisher: [Read original article](<https://supabase.com/blog/flutter-multi-factor-authentication>)

Author: Tyler Shukert

Published: 2023-05-04T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [MFA](<https://devfeed.tech/topics/mfa.md>), [passwords](<https://devfeed.tech/topics/passwords.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [security](<https://devfeed.tech/tags/security.md>)

## AI overview

A tutorial for building a Flutter app that requires multi-factor authentication during registration and login.

## Source excerpt

Build a Flutter app where the user is required to authenticate using Multi-Factor Authentication.