Auth0-Vue v2 includes many significant changes compared to v1:
Remove polyfills from bundles
Introduce authorizationParams and logoutParams to hold properties sent to Auth0
Remove buildAuthorizeUrl and buildLogoutUrl
Remove redirectMethod, and replace by openUrl
Remove localOnly from logout in favor of openUrl
Rework ignoreCache to cacheMode and introduce cache-only
Use form-encoded data by default
Do not fallback to refreshing tokens via iframe method by default
Remove advancedOptions.defaultScope and replace with scope
As with any major version bump, v2 of Auth0-Vue contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @auth0/auth0-vue from 1.0.1 to 2.3.0.
Release notes
Sourced from
@auth0/auth0-vue
's releases.... (truncated)
Changelog
Sourced from
@auth0/auth0-vue
's changelog.... (truncated)
Commits
62d0953
Release v2.3.0 (#248)27f1338
Support Organization Name (#242)2a7cb28
Bump word-wrap from 1.2.3 to 1.2.4 (#246)25dc3c0
Avoid using readonly for public exposed reactive properties (#243)f76f7b6
Release v2.2.1 (#239)d0d934a
Add missing test for plugin client (#238)c64239f
Improve TypeScript types and compile using strict set to true (#235)2f1caa9
Add Organizations to EXAMPLES (#232)5086a02
Replace issue template with issue forms [SDK-4197] (#230)83ce451
Bump xml2js and aws-sdk (#227)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)