2.70.0 • Published 27 days ago

@supabase/auth-js v2.70.0

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days 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.70.0-rc.9

2 months ago

2.69.0

3 months ago

2.70.0-rc.8

2 months ago

2.69.1

3 months ago

2.70.0-rc.7

2 months ago

2.70.0-rc.6

2 months ago

2.70.0-rc.3

2 months ago

2.70.0-rc.2

2 months ago

2.70.0-rc.1

3 months ago

2.69.0-rc.3

3 months ago

2.70.0

1 month ago

2.71.0-rc.4

27 days ago

2.71.0-rc.2

30 days ago

2.71.0-rc.3

28 days ago

2.69.1-rc.1

3 months ago

2.68.1-rc.1

5 months ago

2.66.1-rc.1

8 months ago

2.66.1-rc.2

8 months ago

2.67.1

7 months ago

2.66.1-rc.3

7 months ago

2.67.2

7 months ago

2.67.3

7 months ago

2.69.0-rc.2

5 months ago

2.67.0-rc.4

7 months ago

2.67.0-rc.1

7 months ago

2.67.0-rc.2

7 months ago

2.67.3-rc.1

7 months ago

2.66.0

8 months ago

2.66.1

7 months ago

2.67.4-rc.2

6 months ago

2.67.1-rc.1

7 months ago

2.67.4-rc.4

6 months ago

2.67.4-rc.5

6 months ago

2.68.0

5 months ago

2.68.0-rc.6

5 months ago

2.67.2-rc.2

7 months ago

2.67.0

7 months ago

2.66.0-rc.3

8 months ago

2.65.2-rc.2

8 months ago

2.65.2-rc.1

9 months ago

2.65.1

9 months ago

2.65.1-rc.7

9 months ago

2.65.1-rc.6

9 months ago

2.65.1-rc.2

9 months ago

2.65.1-rc.5

9 months ago

2.65.1-rc.1

10 months ago

2.64.4

12 months ago

2.64.4-rc.2

12 months ago

2.65.0-rc.5

10 months ago

2.65.0-rc.6

10 months ago

2.65.0-rc.3

11 months ago

2.65.0-rc.4

11 months ago

2.65.0-rc.2

11 months ago

2.64.3-rc.rc.3

1 year ago

2.64.3-rc.6

1 year ago

2.64.3-rc.8

1 year ago

2.64.3-rc.9

1 year ago

2.65.0

10 months ago

2.64.3

1 year ago

2.64.5-rc.1

11 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

2 years ago

2.62.0

2 years ago

2.61.0

2 years ago