Weweb & Xano Magic Link

This is probably going to be an old topic that’s been talked about over and over but I can’t seem to find what I’m looking for. I understand the premise of Xano’s Magic Link and how to integrate with WeWeb and SendGrid in order to login. What I don’t understand is the user registration or account creation with Magic Link. All of the tutorials I’ve found are simply for logging a user in. However, what does it look like and are the steps any different for user registration for a new account? How does magic link work in that scenario? I can’t find any tutorials or discussion around this setup.

Heya, here’s 2 screenshots from my api’s. One is the user registration - it creates a magic link that get’s sent to the user, and it creates the user but the ‘email_verified’ boolean in the user database is still off.
After the sent link is clicked, the magic_login api is called, which checks the token, sets the user ‘email_verified’ boolean to true (after checking the token ofc), and does whatever else is required for your use case. Hope this helps guide you in the right direction