github auth0/auth0-spa-js v1.8.0

latest releases: v2.1.3, v2.1.2, v2.1.1...
4 years ago

This version fixes a problem using the SDK within a Gatsby site, which would fail a build with a "Blob is not defined" error, as well as introducing the ability to specify custom default scopes.

Custom default scopes

Usage:

await createAuth0Client({
  domain: 'your-domain.auth0.com',
  client_id: 'some-client-id-xyz',
  advancedOptions: {
    defaultScope: 'email'
  }
}

Full changelog

Added

Fixed

Don't miss a new auth0-spa-js release

NewReleases is sending notifications on new releases.