devoffus

Results 2 comments of devoffus

For combining two independent fixed-window rate limits (1000 requests/60s and 3 requests/10s), I think the simplest and most efficient method is to use `Promise.all` with `blockUntilReady`, assuming it reserves the...

I'm facing `TypeError: db.insert is not a function` When attempting to use Better Auth's social sign-in (/api/auth/sign-in/social), the application throws a TypeError: db.insert is not a function error. This occurs...