appwrite / appwrite

Your backend, minus the hassle.
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
43.64k stars 3.91k forks source link

📚 Documentation: [Magic Link] Missing Example for Android, Flutter, Apple #6325

Open ItzNotABug opened 11 months ago

ItzNotABug commented 11 months ago

💭 Description

Currently, the documentation at Authentication#MagicLink only shows the Web & GraphQL while the other platforms mentioned above are missing examples.

This makes it inconsistent with other Authentication documentations.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

stnguyen90 commented 11 months ago

@ItzNotABug, thanks for raising this issue! 🙏🏼 Due to this bug, the best thing to do right now would be to implement this using deep links as you would for password recovery.

ItzNotABug commented 11 months ago

@stnguyen90 Thanks for that. Does it mean that the linked issue is no more due to Client side config but infact something from backend side?

stnguyen90 commented 11 months ago

@ItzNotABug, it means leaving the URL param blank won't work.

ItzNotABug commented 11 months ago

Alrighty, keeping this open for until the bug is fixed!