Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auth-helpers docs #23269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/docs/content/guides/auth/auth-helpers.mdx
Expand Up @@ -7,7 +7,11 @@ sidebar_label: 'Overview'

<Admonition type="caution">

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. Check out the [migration doc](/docs/guides/auth/server-side/migrating-to-ssr-from-auth-helpers) to learn more.
Please use `@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.

These docs remain available for developers while they migrated to `@supabase/ssr`.
kiwicopple marked this conversation as resolved.
Show resolved Hide resolved

</Admonition>

Expand Down Expand Up @@ -42,10 +46,6 @@ Working with server-side frameworks is slightly different to client-side framewo
</div>
</div>

## Status

The Auth Helpers are in `beta`. They are usable in their current state, but it's likely that there will be breaking changes.

## Additional links

- [Source code](https://github.com/supabase/auth-helpers)
Expand Down