Prefill login form

Yeah totally. Magic links are in the roadmap (but not really soon, I’m afraid).

In the meantime, what do you think about my “manual” magic link idea. You don’t even have to create an account for the user. When a user buy your product, you can add a record into a table with an UUID, the phone number/email of the user, an expiration date and all necessary information (Link to the actual content to download may be?).
Then you create a page that has as text page parameter for the UUID and you add a data source that fetch the record with this UUID (don’t specify the row_id and add a filter. The first matching row will be returned). You can also add a filter for expiration date bigger than today to make this link temporary.
Finally you can send the email with the url of the page and the UUID to the user.
Let me know if you need more details about it.

What do you think?

1 Like