Releases: jnt0r/vue-auth0-plugin
Releases · jnt0r/vue-auth0-plugin
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2022-11-06)
⚠ BREAKING CHANGES
- $auth: Removed deprecated global property $auth. See documentation on how to use: https://github.com/jnt0r/vue-auth0-plugin/tree/master#usage
- AuthProperty: removed method handleRedirectCallback from AuthProperty as logic is already performed by plugin initialization
- auth0: auth0-spa-js has some api changes in version 2.0.0. Take a look at the migration guide: https://github.com/auth0/auth0-spa-js/blob/master/MIGRATION_GUIDE.md
Bug Fixes
- auth0: update auth0-spa-js to version 2.0.0 (4293b5e)
- error-handling: Provide auth0 errors in error property (cb693d1)
- error-handling: reset error property before loginWithPopup (7ce0106)
- login: Remove query parameters and route after login (43080c9)
Deprecations
- handleRedirectCallback: The method handleRedirectCallback should not be called directly. (58b2b28)
Dependencies
- bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0 (e150511)
Documentation
- error-handling: Auth0 errors are provided in error property (83bd838)
- Readme: replaced client_id with clientId in documentation (d27e4d7)