From 84ef39c4a498a94717660842a20df3d10b86c794 Mon Sep 17 00:00:00 2001 From: hallidayo <22655069+Hallidayo@users.noreply.github.com> Date: Tue, 19 Mar 2024 04:15:24 +0000 Subject: [PATCH] ssr added to readme.md (#753) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 228ff890..5b3219d2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A collection of framework specific Auth utilities for working with Supabase. +### SSR + +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. You can read more about `ssr` in our [documentation](https://supabase.com/docs/guides/auth/auth-helpers). + ## Supported Frameworks - [Next.js](https://nextjs.org) [[Documentation](https://supabase.com/docs/guides/auth/auth-helpers/nextjs)]