From 6a4650f2fad2f2a9f82753509c4bad365a29253d Mon Sep 17 00:00:00 2001 From: Joshua Dance Date: Tue, 22 Oct 2024 14:55:08 -0600 Subject: [PATCH] Fixed the broken link to the migration doc --- 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