Is there any reference video or smth on how top verify users by sending otp on their mail
Hi, I think I sent some examples here: https://discord.com/channels/564160730845151244/1113022806138048532/1113028326467063839
But, no video is available as of now, let me dig deeper to see if we have some example implemented
yes please
You can try passwordless login (magic link). You enter email. You check inbox, and click a button in mail. Then you are logged in.
Example usage: To send email: https://github.com/Meldiron/authui/blob/main/src/lib/magic-url.svelte Callback URL logic: https://github.com/Meldiron/authui/blob/main/src/lib/magic-url-finish.svelte
Recommended threads
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...