Releases: auth0/auth0-vue
Releases · auth0/auth0-vue
v2.3.3
Changed
- Update Auth0-SPA-JS to latest version #335 (frederikprijck)
v2.3.2
Fixed
- Use export type and import type to allow verbatimModuleSyntax #303 (frederikprijck)
v2.3.1
v2.3.0
Added
- Support Organization Name #242 (frederikprijck)
Changed
- Avoid using readonly for public exposed reactive properties #243 (frederikprijck)
v2.2.1
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
Auth0-Vue v2 includes many significant changes compared to v1:
- Remove polyfills from bundles
- Introduce
authorizationParams
andlogoutParams
to hold properties sent to Auth0 - Remove
buildAuthorizeUrl
andbuildLogoutUrl
- Remove
redirectMethod
, and replace byopenUrl
- Remove
localOnly
fromlogout
in favor ofopenUrl
- Rework
ignoreCache
tocacheMode
and introducecache-only
- Use form-encoded data by default
- Do not fallback to refreshing tokens via iframe method by default
- Remove
advancedOptions.defaultScope
and replace withscope
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.