
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
- App with randomly scheduled notification...
**Hey everyone! 👋** Building a Flutter app that sends users 1-3 location-based challenges per week based on their preferences. ## The flow: 1. User selects ho...
- Type generation without $id parameter
I'm trying for the first time appwrite on 2 projects and after I've tested appwrite types generation with the cli I'm a little bit confused why it doesn't inclu...
- Implementing Offline Login Caching with ...
Hi, I'm evaluating Appwrite for my Flutter app and need clarification on handling offline login sessions. My app requires users to log in, with the session ca...
