v2.4.0 (2024-12-02)
Added
- added RL workflow #428 (tusharpandey13)
Changed
- ci: changed pull_request_target to pull_request and removed the authorize step #420 (desusai7)
- Update codeowner file with new GitHub team name #416 (stevenwong-okta)
- Bump vue from 3.3.12 to 3.3.13 #348 (dependabot[bot])
- Bump vue from 3.3.11 to 3.3.12 #347 (dependabot[bot])
- Bump eslint from 8.55.0 to 8.56.0 #346 (dependabot[bot])
- Bump browserstack-cypress-cli from 1.27.0 to 1.28.0 #342 (dependabot[bot])
- Bump github/codeql-action from 2 to 3 #343 (dependabot[bot])
- Bump rollup-plugin-visualizer from 5.10.0 to 5.11.0 #338 (dependabot[bot])
Fixed
- chore: use declare module 'vue' to fix type issues #419 (andreasgangso)
- Update automated release process to latest version #344 (frederikprijck)
- Use outputs for capturing release-notes #341 (frederikprijck)
- Ensure tag-exists action works as intended #340 (frederikprijck)
- Align release process by supporting release-directory #339 (frederikprijck)
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)