User sign-up: verification e-mail

Hi everyone,

I’d like to set up an email verification step for new users when they create an account. In other words, after a user fills out the signup form (with their email, password, etc.), they should receive an email with a code or a link to confirm their registration.

I’ve already purchased a domain name, but I’m not sure how to handle the rest : specifically how to send the verification email.

Could someone please guide me through the process or point me to the right resources?

Thanks in advance for your help!

Hi MrUnfreeze,

usually you use a backend in combination with Weweb as frontend.

Probably your backend provider offers a readymade auth process.

If you use supabase for example there is a whole supabase auth plugin for weweb where all this processes are already handled and you just have to build the frontend around the functionality.

If you want to build everything on your own it gets a little bit more tricky and it would probably be beyond the scope of this discussion.

Best

Hi Peer,

I use Xano as a backend but I’m afraid I haven’t seen that specific feature in their auh API.

Anyone ?

Heya,

What you’re looking for is the weweb + xano + magic link email verify tutorial. It’s somewhere online I don’t have the link right now. It explains how to set this up using Sendgrid as email provider and there’s a Xano snippet they provide that you can use.

Take into account that it’ll take some time to set everything up properly as it’s not as easy as you’d hope considering basically everyone will need to set this or something similar up… Also, I’d go straight into setting up your ‘forgot password’ flow while you’re at it, because everything will be fresh in your memory… (aka don’t be like me :smiley: )

I personally adapted my setup to use Loops.so instead of Sendgrid, but my xano setup is basically identical to the tutorial, just a different api to call…

1 Like

Hi Niels,

Many thanks it’s super interesting. Would you have the tutorial?

How dies loops compare to sendgrid?

Have a good Sunday

Hi @niels heer is the Xano Magic link tutorial:

Xano UI does look a bit different now…but you should be able to follow it. And yes, you can use loops instead of Sendgrid but Xano only has a snippet for Xano so you would would have to build out the loops part yourself.