Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@websanova/vue-auth

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@websanova/vue-auth - npm Package Compare versions

Comparing version 2.3.2-beta to 2.3.3-beta

2

drivers/http/vue-resource.1.x.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc