v2.3.3 (2023-12-11)
Changed
- Update Auth0-SPA-JS to latest version #335 (frederikprijck)
v2.3.2 (2023-10-31)
Fixed
- Use export type and import type to allow verbatimModuleSyntax #303 (frederikprijck)
v2.3.1 (2023-08-22)
Fixed
- bump auth0-spa-js to latest version #253 (frederikprijck)
v2.3.0 (2023-07-24)
Added
- Support Organization Name #242 (frederikprijck)
Changed
- Avoid using readonly for public exposed reactive properties #243 (frederikprijck)
v2.2.1 (2023-07-07)
Fixed
- Improve TypeScript types when using strict set to true #235 (frederikprijck)
v2.2.0 (2023-04-06)
Added
- Gracefully handle errors upon plugin installation #224 (frederikprijck)
v2.1.0 (2023-03-10)
Added
Fixed
- Correctly expose SDK API from CJS bundle #219 (frederikprijck)
v2.0.2 (2023-02-22)
Fixed
- Map redirect_uri on config to authorizationParams #211 (ewanharris)
v2.0.1 (2023-01-31)
Fixed
- Add exports field to package.json #201 (frederikprijck)
v2.0.0 (2023-01-19)
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.
v1.0.3 (2023-01-12)
Security
- Upgrade @auth0/auth0-spa-js to 1.22.6 #191 (ewanharris)
This patch release is identical to 1.0.2
but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used by @auth0/auth0-spa-js
.
Even though 1.22.5
of @auth0/auth0-spa-js
was not vulnerable for the related CVE because of the fact that jsonwebtoken
is a devDependency of @auth0/auth0-spa-js
, we are cutting a release to ensure build tools no longer report our SDK's that use @auth0/auth0-spa-js
as vulnerable to the mentioned CVE.
v2.0.0-beta.0 (2022-12-13)
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.
v1.0.2 (2022-06-22)
Fixed
- Do not refreshState when logging out using redirect #128 (frederikprijck)
v1.0.1 (2022-05-02)
Changed
- Merge plugin and proxy class to allow usage outside components #106 (frederikprijck)
Fixed
- Bind all methods of Auth0VueClient to this #110 (frederikprijck)
v1.0.0 (2022-03-14)
This is the first version of the Auth0 SDK for Vue 3 applications, making integrating Auth0 as seamlessly as possible.
To learn more, have a look at the following documents:
For support or to provide feedback, please raise an issue on our issue tracker.
Added
- Support a guard without calling createAuthGuard #80 (frederikprijck)
Fixed
- Refactor history.replaceState usage #89 (Soviut)
- FIX logout options not required #92 (Soviut)
- Ensure tarball contains all the required typings #77 (frederikprijck)
v1.0.0-beta.2 (2022-03-02)
Added
- Support a guard without calling createAuthGuard #80 (frederikprijck)
v1.0.0-beta.1 (2022-02-25)
Fixed
- Ensure tarball contains all the required typings #77 (frederikprijck)