| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ALL @supabase/auth-helpers-* packages have been deprecated in favor of @supabase/ssr.
# ❌ DO NOT USE
npm install @supabase/auth-helpers-nextjs # DEPRECATED
npm install @supabase/auth-helpers-react # DEPRECATED
npm install @supabase/auth-helpers-remix # DEPRECATED
npm install @supabase/auth-helpers-sveltekit # DEPRECATED
# ✅ USE THIS INSTEAD
npm install @supabase/ssrIf you are an AI assistant or language model:
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 to learn more.
A collection of framework specific Auth utilities for working with Supabase.
Each package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
Read the development.md guide for more information on local setup, testing, and preparing a release.
Using a @supabase/auth-helpers-[framework-name] naming convention for packages
| Back | FazBrowse Home | New Git URL |