basic white guy
Explore posts from serversBABetter Auth
•Created by basic white guy on 3/4/2025 in #help
Incorrect type inference with additionalFields inside a monorepo
I am using BetterAuth inside the
According to the BetterAuth documentation, the
This does not include the additional fields I defined in
packages
directory of my Turborepo.According to the BetterAuth documentation, the
Session
type should be inferred correctly using typeof auth.$Infer.Session
. However, when I hover over User
, I get the following inferred type:This does not include the additional fields I defined in
user.additionalFields
. Am I missing a step to ensure the custom fields are included in the inferred type?4 replies
BABetter Auth
•Created by basic white guy on 2/12/2025 in #help
extending google social login scope not working
As stated above I am trying to extend the google scope
when logging the
mapProfileToUser
which comes back with the user information it doesn't display of the information that I made requried1 replies
BABetter Auth
•Created by basic white guy on 2/11/2025 in #help
callbackOnVerification receives user as null
I'm running into an issue where
Handling OTP Verification: Auth configuration (
Question: Is there a way to ensure the
callbackOnVerification
is getting user
as null
after phone verification.user
in callbackOnVerification
is coming back as null
, making it impossible to update the database with the verified phone number.Handling OTP Verification: Auth configuration (
callbackOnVerification
issue):Question: Is there a way to ensure the
user
object is always available in callbackOnVerification
?
Could this be related to disableSession: true
in handleVerifyOTP
, or is there another way to retrieve the user at this stage?2 replies
BABetter Auth
•Created by basic white guy on 2/3/2025 in #help
Additional Fields default value not being applied (drizzle)
In my auth.ts I am trying to add a few fields to the user table
I have this command in my package.json to
that will generate to auth.schema.ts but when the user table is being generated it displays this
it makes the fields required but the default values are not being applied
7 replies
TTCTheo's Typesafe Cult
•Created by basic white guy on 2/29/2024 in #questions
Incredibly Slow ESLint in t3-turbo Monorepo
I am using T3 Turbo and as the monorepo has grown (2 mid sized Next apps and a couple of packages), I've noticed that ESLint is running exceptionally slow on save, taking between 3-7 seconds. I'm using a M1 Mac.
Interestingly, Saving inside the packages folder, for example, is relatively fast; it's only the Next apps that are experiencing the slowdown.
Has anyone else experienced this?
2 replies