export const auth = betterAuth({
secret: betterAuthSecret,
database: new Pool({
connectionString: databaseUrl,
}),
socialProviders: {
google: {
clientId: googleClientId!,
clientSecret: googleClientSecret!,
},
}
});
export const auth = betterAuth({
secret: betterAuthSecret,
database: new Pool({
connectionString: databaseUrl,
}),
socialProviders: {
google: {
clientId: googleClientId!,
clientSecret: googleClientSecret!,
},
}
});