Skip to content

Commit

Permalink
ssr added to readme.md (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallidayo committed Mar 19, 2024
1 parent a0daf2c commit 84ef39c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 84ef39c

Please sign in to comment.