Venta.De.Boletos.De.Un.Conc.../node_modules/@supabase/auth-js
SirRobert-1 d76c4698ff Agregar dependencias de Supabase y tipos de undici, incluyendo archivos de configuración y versiones. 2025-03-03 07:44:59 -06:00
..
src Agregar dependencias de Supabase y tipos de undici, incluyendo archivos de configuración y versiones. 2025-03-03 07:44:59 -06:00
LICENSE Agregar dependencias de Supabase y tipos de undici, incluyendo archivos de configuración y versiones. 2025-03-03 07:44:59 -06:00
README.md Agregar dependencias de Supabase y tipos de undici, incluyendo archivos de configuración y versiones. 2025-03-03 07:44:59 -06:00
package.json Agregar dependencias de Supabase y tipos de undici, incluyendo archivos de configuración y versiones. 2025-03-03 07:44:59 -06:00

README.md

auth-js

An isomorphic JavaScript client library for the Supabase Auth API.

Docs

Quick start

Install

npm install --save @supabase/auth-js

Usage

import { AuthClient } from '@supabase/auth-js'

const GOTRUE_URL = 'http://localhost:9999'

const auth = new AuthClient({ url: GOTRUE_URL })

Custom fetch implementation

auth-js uses the cross-fetch library to make HTTP requests, but an alternative fetch implementation can be provided as an option. This is most useful in environments where cross-fetch is not compatible, for instance Cloudflare Workers:

import { AuthClient } from '@supabase/auth-js'

const AUTH_URL = 'http://localhost:9999'

const auth = new AuthClient({ url: AUTH_URL, fetch: fetch })

Sponsors

We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products dont exist we build them and open source them ourselves.

New Sponsor

Watch this repo