Skip to content

v1.8.0

Compare
Choose a tag to compare
@stevehobbsdev stevehobbsdev released this 01 May 09:33
4b1a58d

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