#MagicURL doesnt make the app logged in
6 messages · Page 1 of 1 (latest)
I want to log in my app using MagicURL. But I couldnt find anything on docs to how to handle the data comes from it. does the sdk handles it or should handle it myself?
You need parse secret and user ID from the URL query params. Then put that into Appwrite SDK account.updateMagicURLSession(). With that finished, user is logged in.
Relevent docs:
does appwrite have an example how to extract the secret and the userID from the URL query in flutter?