According to the documentation, anonymous sessions can be converted into user accounts using email/password, phone (SMS), magic URL, or OAuth2. However, Email OTP (One-Time Password) is not mentioned as an option for this transition.
Is there a specific reason why Email OTP cannot be used to upgrade an anonymous session to a full user account? Is this a technical limitation, a security consideration, or simply something that hasn't been implemented yet?
Additionally, is there any plan to support this in future versions of Appwrite?
Thanks in advance!
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...