mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
chore: move session to api
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user