From d08a48888b0084782a17c621a930e0d5d02d433f Mon Sep 17 00:00:00 2001 From: Joshua Dance Date: Wed, 27 Nov 2024 04:42:18 -0700 Subject: [PATCH] Fixed the broken link to the migration doc (#809) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc34cba7..37c7e867 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of framework specific Auth utilities for working with Supabase. ### Maintenance mode -The Auth helpers package is in maintenance mode and we won’t be actively improving it. We strongly 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. +The Auth helpers package is in maintenance mode and we won’t be actively improving it. We strongly 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](https://supabase.com/docs/guides/auth/server-side/migrating-to-ssr-from-auth-helpers) to learn more. ## Supported Frameworks