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
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...