Rank 2: Process
Is there any reference video or smth on how top verify users by sending otp on their mail
Votes
0
Replies
3
Participants
Unknown
Messages
4
Rank 2: Process
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
Rank 2: Process
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