# Xano Authentication

**URL:** https://community.weweb.io/t/xano-authentication/10358
**Category:** How do I?
**Tags:** authentication, xano
**Created:** [August 20, 2024, 10:42pm UTC](https://community.weweb.io/t/xano-authentication/10358 "2024-08-20T22:42:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ctown](https://avatars.discourse-cdn.com/v4/letter/c/e19adc/32.png) [@ctown](https://community.weweb.io/u/ctown)
#### Post date: [August 20, 2024, 10:42pm UTC](https://community.weweb.io/t/xano-authentication/10358/1 "2024-08-20T22:42:10Z")

</div>

I’m curious about the way the WeWeb/Xano authentication works. After signup it’s basically an authenticated user without verifying email. Is there a way around this? I’m not incredibly fond of this setup but being a noob I’m not entirely certain how to rework the authentication for a little more secure experience.

---

<div class="post-metadata">

### Author: ![WeeeeeWeb](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/weeeeeweb/32/9689_2.png) [@WeeeeeWeb](https://community.weweb.io/u/WeeeeeWeb)
#### Post date: [August 21, 2024, 10:13am UTC](https://community.weweb.io/t/xano-authentication/10358/2 "2024-08-21T10:13:17Z")

</div>

Hi @ctown,  
What type of verification are you looking for? the auth/signup in XANO verifies already existing emails using precondition. What extra layer you would like to achieve?

I am asking because for my email verification process in signup/login, I am considering building a One time access code on top of the user signing or logging in. This would be done mostly in XANO backend.

---

<div class="post-metadata">

### Author: ![DanielL](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/daniell/32/13398_2.png) [@DanielL](https://community.weweb.io/u/DanielL)
#### Post date: [August 21, 2024, 11:31am UTC](https://community.weweb.io/t/xano-authentication/10358/3 "2024-08-21T11:31:30Z")

</div>

Hi @ctown

To implement email verification, you would need to use Sendgrid and set up magic links in Xano. You can check this article for more info regarding this: [Xano authentication | WeWeb Documentation](https://docs.weweb.io/plugins/auth-systems/xano-auth.html#forgot-password-with-xano-auth)
