Hello, I wanted to ask whether the Email OTP feature that's available in the Appwrite web SDK is also supported in the Node.js SDK? If it’s not supported, would it be advisable to use two different SDKs within a single project? Thank you!
TL;DR
The Email OTP feature in the Appwrite web SDK is not directly supported in the Node.js SDK. You can implement it with external services or create a custom solution. Mixing two SDKs in a single project might be necessary in this case.