supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Rate limits

Open Revadike opened this issue 7 months ago • 0 comments

Rate limiting for supabase has been a longstanding feature request for many users using their postgrest client. Nuxt supabase is in a unique position to solve this issue, as it can utilize the power nuxt server routes to proxy postgrest requests with an added rate limiter. All the user has to do is enable it and direct whitelist data requests only coming from the nuxt server.

There exists a rate limiting guide on supabase itself, but this is far from ideal, as it cannot protect any read requests and it adds serious overhead since rate limit state is stored in the database.

Revadike avatar Apr 14 '25 11:04 Revadike