Skip to content

Rate limits #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Revadike opened this issue Apr 14, 2025 · 0 comments
Open

Rate limits #487

Revadike opened this issue Apr 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Revadike
Copy link

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 Revadike added the enhancement New feature or request label Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant