feat:drinkkaart
This commit is contained in:
@@ -12,7 +12,11 @@ export const auth = betterAuth({
|
||||
|
||||
schema: schema,
|
||||
}),
|
||||
trustedOrigins: [env.CORS_ORIGIN],
|
||||
trustedOrigins: [
|
||||
env.CORS_ORIGIN,
|
||||
"http://localhost:3000",
|
||||
"http://localhost:3001",
|
||||
],
|
||||
emailAndPassword: {
|
||||
enabled: true,
|
||||
// Use Cloudflare's native scrypt via node:crypto for better performance
|
||||
|
||||
Reference in New Issue
Block a user