From b1ca6840fe65ff1fb20219152cf8a37a99aa98b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cemal=20K=C4=B1l=C4=B1=C3=A7?= Date: Thu, 7 May 2026 08:57:58 +0200 Subject: [PATCH] feat(docs): update limit for custom providers (#45657) ## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? docs update ## Summary by CodeRabbit * **Documentation** * Updated custom OAuth provider quota documentation to clarify plan-based limitations. Free plan projects can add up to 3 custom providers, while Pro plan and above have unlimited providers. --- apps/docs/content/guides/auth/custom-oauth-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/auth/custom-oauth-providers.mdx b/apps/docs/content/guides/auth/custom-oauth-providers.mdx index 4ecb6379cab..17d12760733 100644 --- a/apps/docs/content/guides/auth/custom-oauth-providers.mdx +++ b/apps/docs/content/guides/auth/custom-oauth-providers.mdx @@ -15,7 +15,7 @@ There are two provider types: -You can add up to 3 custom providers per project. If you need more, [contact support](/dashboard/support/new). +Free plan projects can add up to 3 custom providers. Pro plan and above have unlimited custom providers.