
I am using the websdk to login using magic url but I am using it in an android and ios app using capacitor can some one guide me how to setup the <application>
in AndroidManifest.xml in that case and info.plist in ios case. Does appwrite sdk handle something that I need to know
this is how to do it in supabase https://supabase.com/blog/authentication-in-ionic-angular#magic-links-for-native-apps

How about you do the same thing?

Although, I think a custom url scheme isn't the best approach...deep link might be better

So I capture the url via deeplink and process it further right

yes. so the email will a URL. the user will tap and then it should link into your app. Then, you can grab the userId and secret from the query params to finish the magic url auth

Thanks

[SOLVED] Login using magic url in web-sdk in mobile for capacitor

for your help

@Ajit Singh curious how you solved it?

I used deeplinks

I added deeplinks to my website and redirect to my mobile app
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
