2.64.4 • Published 1 year ago

@deezbase/auth-js v2.64.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

auth-js

An isomorphic JavaScript client library for the Deezbase Auth API.

Docs

Quick start

Install

npm install --save @deezbase/auth-js

Usage

import { AuthClient } from '@deezbase/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 '@deezbase/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

2.64.4

1 year ago

2.64.2

1 year ago