Links

Email Magic Link

Add an email magic link authentication flow to your Feathery form.
  1. 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. 2.
    Repeat step 1, but this time for a Sign Up step. Link your new email field to the one you just created on the Sign In step. This will allow the IDs, properties, and data in both fields to be the same.
  2. 3.
    Next, create a Confirmation step. Add an additional Go To Step action to the 2 sign in/up buttons you just created, and have them 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.
  1. 4.
    (Optional) Add buttons to navigate between the Sign In and Sign Up steps.