Hi, is there any way to custom integrate sending otp to the users
As with anything custom, you can use an Appwrite Function and use any provider you want
but how can get the number otp generated by appwrite?
If you want to implement a custom OTP function, you can use this as something to start with:
- Create a function that takes the
userIdas an input. - In this function, generate a random 6-digit number
- Assign this 6-digit number to the user with user prefs
Pretty straight-forward
and then how to create session?
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...