From a5ef5d5d1de64170af13d2ec2f05c8c26510a133 Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:25:28 +0200 Subject: [PATCH 1/2] Update auth-helpers docs --- apps/docs/content/guides/auth/auth-helpers.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/content/guides/auth/auth-helpers.mdx b/apps/docs/content/guides/auth/auth-helpers.mdx index 055aae41db733..b45807e8ddd53 100644 --- a/apps/docs/content/guides/auth/auth-helpers.mdx +++ b/apps/docs/content/guides/auth/auth-helpers.mdx @@ -7,7 +7,11 @@ sidebar_label: 'Overview' -We generally recommend using the new `@supabase/ssr` package instead of `auth-helpers`. `@supabase/ssr` takes the core concepts of the Auth Helpers package and makes them available to any server framework. Check out the [migration doc](/docs/guides/auth/server-side/migrating-to-ssr-from-auth-helpers) to learn more. +Please use `@supabase/ssr` package instead of `auth-helpers`. + +`@supabase/ssr` takes the core concepts of the Auth Helpers package and makes them available to any server framework. Check out the [migration doc](/docs/guides/auth/server-side/migrating-to-ssr-from-auth-helpers) to learn more. + +These docs remain available for developers while they migrated to `@supabase/ssr`. @@ -42,10 +46,6 @@ Working with server-side frameworks is slightly different to client-side framewo -## Status - -The Auth Helpers are in `beta`. They are usable in their current state, but it's likely that there will be breaking changes. - ## Additional links - [Source code](https://github.com/supabase/auth-helpers) From e25d06802d966341bf8041d96e64a25aa100eb39 Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:26:27 +0200 Subject: [PATCH 2/2] Update apps/docs/content/guides/auth/auth-helpers.mdx --- apps/docs/content/guides/auth/auth-helpers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/auth/auth-helpers.mdx b/apps/docs/content/guides/auth/auth-helpers.mdx index b45807e8ddd53..1f45df1d522ac 100644 --- a/apps/docs/content/guides/auth/auth-helpers.mdx +++ b/apps/docs/content/guides/auth/auth-helpers.mdx @@ -11,7 +11,7 @@ Please use `@supabase/ssr` package instead of `auth-helpers`. `@supabase/ssr` takes the core concepts of the Auth Helpers package and makes them available to any server framework. Check out the [migration doc](/docs/guides/auth/server-side/migrating-to-ssr-from-auth-helpers) to learn more. -These docs remain available for developers while they migrated to `@supabase/ssr`. +These docs remain available for developers while they migrate to `@supabase/ssr`.