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.
v2.0.0-beta.0
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
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.2.0.
Release notes
Sourced from
@auth0/auth0-vue
's releases.... (truncated)
Changelog
Sourced from
@auth0/auth0-vue
's changelog.... (truncated)
Commits
f1ec8bf
Release v2.2.0 (#225)1b517a0
Gracefully handle errors upon plugin installation (#224)38f1433
Release v2.1.0 (#220)d7c1569
Add RedirectLoginOptions to createAuthGuard (#209)596f90e
Correctly expose SDK API from CJS bundle (#219)cef4115
Add linter config and run on Circle CI (#218)3057a6a
Release v2.0.2 (#214)f73429a
Bump Auth0-SPA-JS (#213)ab12c4b
Map redirect_uri on config to authorizationParams470093c
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#205)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)