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 as login-email. Change the button text to Sign In and configure the action to Send Email Magic Link with the target login-email. In this case, the target is the field containing the email address that the magic link will be sent to.

  1. Next, create a Confirmation step. Add an additional Go To Step action to the Sign In button you just created, and have it navigate to the Confirmation 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.

Last updated