-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Shooteger
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request