@websanova/vue-auth
Advanced tools
Comparing version 2.3.3-beta to 2.3.4-beta
@@ -17,3 +17,3 @@ { | ||
"version": "2.3.3-beta", | ||
"version": "2.3.4-beta", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.3.3-beta" | ||
"@websanova/vue-auth": "2.3.4-beta" | ||
}, | ||
@@ -31,0 +31,0 @@ |
@@ -775,2 +775,3 @@ # Vue Auth | ||
* Fix for checking that a user is authenticated when checking invalid token function (401). | ||
* Fix for 401 auth auto redirect when invalid token. | ||
@@ -777,0 +778,0 @@ * An option for `refreshData.enabled` has been added to disable refresh. |
@@ -90,3 +90,3 @@ var __utils = require('./lib/utils.js'), | ||
if (this.options.http._invalidToken) { | ||
if (this.watch.authenticated && this.options.http._invalidToken) { | ||
this.options.http._invalidToken.call(this, res); | ||
@@ -93,0 +93,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
388312
851