#Magic URL

1 messages · Page 1 of 1 (latest)

toxic spade
#

How do I use mgic url in iOS? I can’t create the email that is sent to the user myself. and i cant create uapple-app-site-association

opal wren
toxic spade
#

There are no good instructions on the Internet how i can use Appwrite magic link

livid canopy
#

apple-app-site-association isn't an explicit requirement but can be useful. All you need to do is use deep-linking for Magic Url Auth.

Request session via magic link, user receives the link, user clicks it, a site url opens, here you should use deeplink so that when the page opens, it tries to pass the userId, secret to your app via deeplink.

Process the userId & secret to create a session.