Embed Login Flow

Embed your login flow into your site directly for maximum control of form state and behavior.

This developer-friendly alternative has two main benefits.

  1. You can host your login flow at the same subdomain as the rest of your site.

  2. A developer can easily extend your login flow with custom code to read form data, customize behavior, etc.

To embed your login flow, use our LoginForm component in your React app.

Embed Tutorial

We've created a step-by-step guide to walk you through the process of embedding a login flow into your custom app properly.

The accompanying code example can be found here.

Last updated