supabase / auth-helpers

A collection of framework specific Auth utilities for working with Supabase.
https://supabase.github.io/auth-helpers/
MIT License
892 stars 240 forks source link

README has no mention of SSR #748

Closed chekdotdev closed 3 months ago

chekdotdev commented 3 months ago

Improve documentation

Link

README

Describe the problem

The Supabase website states:

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

However, there is no reference to the ssr package in this repo's README.

Describe the improvement

Add clarification that the recommended approach is to use @supabase/ssr in the README.

Additional context

It's not clear just by visiting this page that the ssr package is available and recommended as an alternative to the platform-specific auth helper packages.