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
userId
as 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
- Problems scheduling function execution f...
I am trying to schedule a function execution from a different function. The following is my code that is supposed to schedule the function call. ```dart final s...
- Issue with account.get() – "type 'Null' ...
Hey everyone, I'm running a self-hosted Appwrite instance and using the Appwrite Flutter SDK. When calling account.get(), I get the following error: "type 'Nul...
- SMTP with Mailcow
I am trying to invite a member to my project and i have set up Mailcow but i have no idea which settings are correct. any help is appreciated