Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

A collection of framework specific Auth utilities for working with Supabase.

License

Notifications You must be signed in to change notification settings

five-billion/auth-helpers

 
 

Repository files navigation

@supabase/auth-helpers (BETA)

A collection of framework specific Auth utilities for working with Supabase.

Supported Frameworks

Examples and Packages

  • Examples
    • @examples/nextjs: a Next.js app using App Router
    • @examples/nextjs-pages: a Next.js app using Pages Router
    • @examples/sveltekit: a SvelteKit app
    • @examples/sveltekit-email-password: a SvelteKit app with SSR sign in
    • @examples/sveltekit-magic-link: a SvelteKit app with magic links
    • @examples/remix: a Remix app
  • Packages
    • @supabase/auth-helpers-nextjs: the supabase auth helper nextjs library used by nextjs application
    • @supabase/auth-helpers-react: the supabase auth helper reactjs library used by react application
    • @supabase/auth-helpers-sveltekit: the supabase auth helper sveltekit library used by sveltekit application
    • @supabase/auth-helpers-remix: the supabase auth helper remix library used by remix application
    • shared: shared typescript types used by @supabase/auth-helpers-nextjs library
    • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
    • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Development & Contributing

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

About

A collection of framework specific Auth utilities for working with Supabase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 98.4%
  • JavaScript 1.5%
  • Shell 0.1%