johntanzer
Explore posts from serversBABetter Auth
•Created by johntanzer on 3/3/2025 in #help
Basic hook to check col on signin
Hi,
If I have a column called active and I want to check when user signs in if active is true or not - how can I do this?
Meanwhile have only added email and password auth and added a col called active.
3 replies
BABetter Auth
•Created by johntanzer on 1/28/2025 in #help
Type Error - Nuxt 3
Have auth client in lib folder and i get this when importing
Cannot find module '/lib/auth-client' or its corresponding type declarations.ts-plugin(2307)
1 replies
BABetter Auth
•Created by johntanzer on 1/26/2025 in #help
Better Auth + Vercel Preview Deployements + Nuxt 3
Hi @bekacru spoke to you on X. You said i should tag you.
this is my auth which is in /server/utils/auth
and the below is my auth client in lib in root
the below is the error i get in vercel preview deployemnts
i dont get it in production since i set betterauthurl env var for prod domain.
This has made it almost impossible to use better auth
39 replies