now deprecated.
@supabase/auth-helpers
is a collection of framework-specific Auth utilities for working with Supabase. It provides support for various frameworks such as Next.js, Nuxt, SvelteKit, and Remix. The package includes examples and packages for each framework, making it easier for developers to integrate Supabase authentication into their applications. The utilities are 100% TypeScript-based and come with additional tools such as ESLint and Prettier for improved code quality.
@supabase/auth-helpers
provides framework-specific utilities for Next.js, Nuxt, SvelteKit, and Remix, allowing developers to easily integrate Supabase authentication into their applications.@supabase/auth-helpers
with different frameworks. It also provides individual packages for each framework, making it convenient to install and use the utilities.@supabase/auth-helpers
includes ESLint and Prettier configurations for code linting and formatting, ensuring code quality and consistency.To install @supabase/auth-helpers
, follow these steps:
npm install @supabase/auth-helpers
or
yarn add @supabase/auth-helpers
npm install @supabase/auth-helpers-nextjs
or
yarn add @supabase/auth-helpers-nextjs
@supabase/auth-helpers
is a useful collection of Auth utilities for working with Supabase, supporting popular frameworks such as Next.js, Nuxt, SvelteKit, and Remix. With examples and individual packages for each framework, it provides a convenient solution for integrating Supabase authentication into different applications. The TypeScript support and integration with ESLint and Prettier further enhance the development experience and code quality.