diff --git a/apps/docs/content/guides/auth/auth-helpers.mdx b/apps/docs/content/guides/auth/auth-helpers.mdx index 055aae41db733..1f45df1d522ac 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 migrate 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)