2.68.0 • Published 4 months ago

@supabase/auth-js v2.68.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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 don’t exist we build them and open source them ourselves.

New Sponsor

Watch this repo

2.68.1-rc.1

5 months ago

2.66.1-rc.1

7 months ago

2.66.1-rc.2

7 months ago

2.67.1

6 months ago

2.66.1-rc.3

6 months ago

2.67.2

6 months ago

2.67.3

6 months ago

2.69.0-rc.2

4 months ago

2.67.0-rc.4

6 months ago

2.67.0-rc.1

6 months ago

2.67.0-rc.2

6 months ago

2.67.3-rc.1

6 months ago

2.66.0

7 months ago

2.66.1

6 months ago

2.67.4-rc.2

6 months ago

2.67.1-rc.1

6 months ago

2.67.4-rc.4

6 months ago

2.67.4-rc.5

5 months ago

2.68.0

5 months ago

2.68.0-rc.6

5 months ago

2.67.2-rc.2

6 months ago

2.67.0

6 months ago

2.66.0-rc.3

7 months ago

2.65.2-rc.2

7 months ago

2.65.2-rc.1

8 months ago

2.65.1

8 months ago

2.65.1-rc.7

8 months ago

2.65.1-rc.6

8 months ago

2.65.1-rc.2

9 months ago

2.65.1-rc.5

9 months ago

2.65.1-rc.1

9 months ago

2.64.4

11 months ago

2.64.4-rc.2

11 months ago

2.65.0-rc.5

10 months ago

2.65.0-rc.6

10 months ago

2.65.0-rc.3

10 months ago

2.65.0-rc.4

10 months ago

2.65.0-rc.2

10 months ago

2.64.3-rc.rc.3

1 year ago

2.64.3-rc.6

1 year ago

2.64.3-rc.8

12 months ago

2.64.3-rc.9

12 months ago

2.65.0

10 months ago

2.64.3

12 months ago

2.64.5-rc.1

10 months ago

2.64.3-rc.3

1 year ago

2.64.2-rc.rc.1

1 year ago

2.64.2

1 year ago

2.64.2-rc.1

1 year ago

2.64.1-rc.1

1 year ago

2.64.0-rc.rc.1

1 year ago

2.64.0

1 year ago

2.64.1

1 year ago

2.64.0-rc.1

1 year ago

2.63.2

1 year ago

2.63.2-rc.1

1 year ago

2.63.1

1 year ago

2.63.1-rc.rc.2

1 year ago

2.63.1-rc.2

1 year ago

2.63.0

1 year ago

2.63.0-rc.11

1 year ago

2.63.0-rc.rc.11

1 year ago

2.62.2

1 year ago

2.62.1

1 year ago

2.62.0

1 year ago

2.61.0

1 year ago