v1.8.0
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
- [SDK-1417] Customizable default scopes #435 (stevehobbsdev)
- include polyfill for Set #426 (tony-aq)
Fixed
- Update rollup-plugin-web-worker-loader to 1.1.1 #443 (stevehobbsdev)
- Updated
login_hint
js docs to clarify usage with Lock #441 (stevehobbsdev)