rdx
rdx
Explore posts from servers
BABetter Auth
Created by rdx on 3/13/2025 in #help
Email verification
When signing in with the requiredEmailVerification option on, if the user didn't verify his email address yet, a verification email is automatically sent. This means that the user could spam the sign-in button and/or route Is there any way to prevent that? I guess I could define a custom ratelimit for the sign-in route, as shown here: https://www.better-auth.com/docs/concepts/rate-limit#rate-limit-window but it's not really what I'm looking for. I don't want to ratelimit the route, I just want a cooldown on the verification email
8 replies
BABetter Auth
Created by rdx on 3/5/2025 in #bug-reports
Error when updating session expiresAt
Hi, whenever better-auth decides to update my session's expiresAt field, it crashes. Here's the error:
2992 }
2993 const whereClause = convertWhereClause(model, where);
2994 const transformed = transformInput(update, model, "update");
→ 2995 const result = await db[getModelName(model)].update({
where: {
token: "OXw2gaaza1mxmaSMJU3YK6x8rWqP11cD",
? id?: String,
? token_userId?: SessionTokenUserIdCompoundUniqueInput,
? AND?: SessionWhereInput | SessionWhereInput[],
? OR?: SessionWhereInput[],
? NOT?: SessionWhereInput | SessionWhereInput[],
? createdAt?: DateTimeFilter | DateTime,
? updatedAt?: DateTimeFilter | DateTime,
? expiresAt?: DateTimeFilter | DateTime,
? ipAddress?: StringNullableFilter | String | Null,
? userAgent?: StringNullableFilter | String | Null,
? impersonatedBy?: StringNullableFilter | String | Null,
? userId?: UuidFilter | String,
? User?: UserScalarRelationFilter | UserWhereInput
},
data: {
expiresAt: new Date("2025-03-12T22:37:51.793Z")
}
})

Argument `where` of type SessionWhereUniqueInput needs at least one of `id` or `token_userId` arguments. Available options are marked with ?.
2025-03-05T22:37:51.801Z ERROR [Better Auth]: INTERNAL_SERVER_ERROR [Error [PrismaClientValidationError]:
2992 }
2993 const whereClause = convertWhereClause(model, where);
2994 const transformed = transformInput(update, model, "update");
→ 2995 const result = await db[getModelName(model)].update({
where: {
token: "OXw2gaaza1mxmaSMJU3YK6x8rWqP11cD",
? id?: String,
? token_userId?: SessionTokenUserIdCompoundUniqueInput,
? AND?: SessionWhereInput | SessionWhereInput[],
? OR?: SessionWhereInput[],
? NOT?: SessionWhereInput | SessionWhereInput[],
? createdAt?: DateTimeFilter | DateTime,
? updatedAt?: DateTimeFilter | DateTime,
? expiresAt?: DateTimeFilter | DateTime,
? ipAddress?: StringNullableFilter | String | Null,
? userAgent?: StringNullableFilter | String | Null,
? impersonatedBy?: StringNullableFilter | String | Null,
? userId?: UuidFilter | String,
? User?: UserScalarRelationFilter | UserWhereInput
},
data: {
expiresAt: new Date("2025-03-12T22:37:51.793Z")
}
})

Argument `where` of type SessionWhereUniqueInput needs at least one of `id` or `token_userId` arguments. Available options are marked with ?.
2025-03-05T22:37:51.801Z ERROR [Better Auth]: INTERNAL_SERVER_ERROR [Error [PrismaClientValidationError]:
I'm using better-auth v1.2.2 with the Prisma adapter
2 replies
PPrisma
Created by rdx on 5/27/2024 in #help-and-questions
Disable CLI ads
No description
6 replies
PPrisma
Created by rdx on 4/1/2024 in #help-and-questions
Cloudflare D1 support
Hi, I've searched the server for this and found an answer from Nurul 2 months ago saying this feature is planned. From what I've seen you guys don't like to share ETAs so instead could you just tell me if works on this has been started or not? Thanks! Looking forward to this
16 replies