chore: move session to api

This commit is contained in:
Bereket Engida
2024-09-24 04:08:55 +03:00
parent 9098a20696
commit fb2b8731f6
16 changed files with 84 additions and 67 deletions

View File

@@ -39,11 +39,10 @@ export const auth = betterAuth({
},
},
plugins: [
rateLimiter({
enabled: true,
max: 1000,
}),
// rateLimiter({
// enabled: true,
// max: 1000,
// }),
organization({
async sendInvitationEmail(data) {
const res = await resend.emails.send({