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!