Is it possible to change magic link landing pages?

There are two landing pages associated with magic links:

  1. yourdomain.com/magic-authentication
  2. yourdomain.com/magic-authentication?magic-token=inavlidOrExpiredToken

Is it possible to amend the design and content of these two landing pages? Softr provides a default landing page and I can’t figure out how to change these.

Hey, Happy New Year! Could you please provide more context about the exact use case for using another landing page?

I use magic link as the primary login method for application users. To ensure security, we sometimes regenerate the magic link. Where a user uses the old magic link, I want them to be redirected to the sign in page to re-enter their email and receive the new magic link by email, as opposed to landing on the generic page used by Softr currently.

Hey @iomicro, thanks a lot for reaching out!
There is no native way of achieving that, however, as a workaround, I can think of the following.

  1. Having a formula column on Airtable that calculates the path you want your users to land which contains the magic link field as a variable (your magic link column) plus adding the page you want to redirect.

CONCATENATE({Magic link},'&next-page=/page-name)

  1. Letting automation tools such as Make/Zapier or even Airtable email automation handle the invite process.

Also I have added what you are trying to do as an improvement to our product backlog.

Best regards,

1 Like