Auth Helpers

screenshot of Auth Helpers
nextjs
react
svelte
supabase

now deprecated.

Overview

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

Features

  • Framework-specific utilities: @supabase/auth-helpers provides framework-specific utilities for Next.js, Nuxt, SvelteKit, and Remix, allowing developers to easily integrate Supabase authentication into their applications.
  • Examples and packages: The package includes several examples demonstrating the usage of @supabase/auth-helpers with different frameworks. It also provides individual packages for each framework, making it convenient to install and use the utilities.
  • TypeScript support: The utilities are built using TypeScript, providing static type checking and improving development efficiency.
  • ESLint and Prettier integration: @supabase/auth-helpers includes ESLint and Prettier configurations for code linting and formatting, ensuring code quality and consistency.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.