export const meta = {
title: `Authenticator`,
description: `Authenticator UI component`,
filterKey: `framework`,
};
import developerpreviewjs from '/src/fragments/ui/auth/developer-preview-callout-js.mdx';
A simple way to add authentication flows into your app is to use the Authenticator component. The Authenticator component encapsulates an authentication workflow in the framework of your choice and is backed by the cloud resources set up in your Auth cloud resources.
import react_native1 from '/src/fragments/ui/react-native/installation.mdx';
import react0 from "/src/fragments/ui/auth/web/authenticator.mdx";
import angular1 from "/src/fragments/ui/auth/web/authenticator.mdx";
import vue2 from "/src/fragments/ui/auth/web/authenticator.mdx";
import react_native4 from "/src/fragments/ui/auth/react-native/authenticator.mdx";
import flutter5 from "/src/fragments/ui/auth/flutter/authenticator.mdx";