maxkostow / supabase-auth-helpers

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

Home Page:https://supabase-community.github.io/supabase-auth-helpers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@supabase/auth-helpers

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

Supported Frameworks

Coming soon

Examples and Packages

  • Examples
  • 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 nextjs 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:

Setup

This repository is a monorepo using PNPM.

Install pnpm

All commands below should be run at the root level of the cloned repository.

Install all examples and packages dependencies with pnpm

pnpm install

Build

To build all apps and packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Change logs

To generate a changelog entry, run the following command:

pnpm changeset

About

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

https://supabase-community.github.io/supabase-auth-helpers/

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%