Email Magic Link
Add an email magic link authentication flow to your Feathery form.
- 1.Create a
Sign In
step, then add both an email field and a button to the step. Give the email field an ID such aslogin-email
. Change the button text toSign In
and configure the action toSend Email Magic Link
with the targetlogin-email
. In this case, the target is the field containing the email address that the magic link will be sent to.

- 2.Repeat step 1, but this time for a
Sign Up
step. Link your new email field to the one you just created on theSign In
step. This will allow the IDs, properties, and data in both fields to be the same. - 3.Next, create a
Confirmation
step. Add an additionalGo To Step
action to the 2 sign in/up buttons you just created, and have them navigate to theConfirmation
step. This ending step just serves as visual confirmation to the user that the magic link has been sent to the email they just entered, and it can be safely exited by them. They'll log back in via the email link, which will open up the form in a different window.- (Optional) On this step, you can give the user the ability to re-send the magic link if they haven't see it yet.

- 4.(Optional) Add buttons to navigate between the
Sign In
andSign Up
steps.
Last modified 30d ago