mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
fix: add rate limter error
This commit is contained in:
@@ -41,6 +41,8 @@ export const auth = betterAuth({
|
||||
plugins: [
|
||||
rateLimiter({
|
||||
enabled: true,
|
||||
|
||||
max: 1000,
|
||||
}),
|
||||
organization({
|
||||
async sendInvitationEmail(data) {
|
||||
|
||||
Reference in New Issue
Block a user