@websanova/vue-auth
Advanced tools
Comparing version 2.3.2-beta to 2.3.3-beta
@@ -23,3 +23,3 @@ module.exports = { | ||
if (res.status === 401) { | ||
this.logout(); | ||
this.options.logoutProcess.call(this, res, {redirect: this.options.authRedirect}); | ||
} | ||
@@ -26,0 +26,0 @@ }, |
@@ -17,3 +17,3 @@ { | ||
"version": "2.3.2-beta", | ||
"version": "2.3.3-beta", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.3.2-beta" | ||
"@websanova/vue-auth": "2.3.3-beta" | ||
}, | ||
@@ -31,0 +31,0 @@ |
@@ -7,14 +7,14 @@ # Vue Auth | ||
* [Install](https://github.com/websanova/vue-auth#install) | ||
* [Demo](https://github.com/websanova/vue-auth#demo) | ||
* [Auth Flow](https://github.com/websanova/vue-auth#auth-flow) | ||
* [Token Refresh](https://github.com/websanova/vue-auth#token-refresh) | ||
* [User Data](https://github.com/websanova/vue-auth#user-data) | ||
* [Authentication](https://github.com/websanova/vue-auth#authentication) | ||
* [Privileges](https://github.com/websanova/vue-auth#privileges) | ||
* [Routes](https://github.com/websanova/vue-auth#routes) | ||
* [Methods](https://github.com/websanova/vue-auth#methods) | ||
* [Options](https://github.com/websanova/vue-auth#options) | ||
* [Drivers](https://github.com/websanova/vue-auth#drivers) | ||
* [Change Log](https://github.com/websanova/vue-auth#change-log) | ||
* [Install](#install) | ||
* [Demo](#demo) | ||
* [Auth Flow](#auth-flow) | ||
* [Token Refresh](#token-refresh) | ||
* [User Data](#user-data) | ||
* [Authentication](#authentication) | ||
* [Privileges](#privileges) | ||
* [Routes](#routes) | ||
* [Methods](#methods) | ||
* [Options](#options) | ||
* [Drivers](#drivers) | ||
* [Change Log](#change-log) | ||
@@ -774,2 +774,9 @@ | ||
### v2.3.x-beta | ||
* Fix for 401 auth auto redirect when invalid token. | ||
* An option for `refreshData.enabled` has been added to disable refresh. | ||
* Updated docs. | ||
* Updated 2.x demo to use latest Vue version. | ||
### v2.2.x-beta | ||
@@ -776,0 +783,0 @@ |
Sorry, the diff of this file is not supported yet
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
850
388191