Skip to content

Commit

Permalink
recommend ssr (#774)
Browse files Browse the repository at this point in the history
* recommend ssr

* prettier
  • Loading branch information
inian committed Apr 26, 2024
1 parent 0567a1b commit 627c57c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# @supabase/auth-helpers (BETA)
# @supabase/auth-helpers

A collection of framework specific Auth utilities for working with Supabase.

### SSR
### Maintenance mode

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).
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.

## Supported Frameworks

Expand Down

0 comments on commit 627c57c

Please sign in to comment.