Configure authentication rate limits to prevent issues during parallel testing
When running multiple tests in parallel, authentication rate limits from various providers can be triggered, causing user sessions to be logged out in the middle of tests. This guide covers how to configure rate limits for different authentication providers.
Supabase provides comprehensive rate limiting controls that are particularly important when running parallel tests against free or limited tier instances.
Some limits are per IP address, others are per project
Free tier projects have lower default limits than paid plans
Consider upgrading to a paid plan for higher default limits
Be cautious when significantly increasing rate limits in production
environments. Higher limits reduce protection against actual abuse and DDoS
attacks.