@websanova/vue-auth
Advanced tools
Comparing version 2.7.2-beta to 2.7.3-beta
@@ -17,3 +17,3 @@ { | ||
"version": "2.7.2-beta", | ||
"version": "2.7.3-beta", | ||
@@ -30,3 +30,3 @@ "repository": { | ||
"vue-axios": "1.2.2", | ||
"@websanova/vue-auth": "2.7.2-beta" | ||
"@websanova/vue-auth": "2.7.3-beta" | ||
}, | ||
@@ -33,0 +33,0 @@ |
@@ -125,2 +125,6 @@ var __utils = require('./lib/utils.js'), | ||
function _parseOauthState(data) { | ||
return JSON.parse(decodeURIComponent(data)); | ||
} | ||
function _check(role) { | ||
@@ -323,3 +327,3 @@ if (this.watch.authenticated === true) { | ||
if (data.query.state) { | ||
state = JSON.parse(decodeURIComponent(data.query.state)); | ||
state = this.options.parseOauthState(data.query.state); | ||
} | ||
@@ -393,2 +397,3 @@ } | ||
parseUserData: _parseUserData, | ||
parseOauthState: _parseOauthState, | ||
tokenExpired: _tokenExpired, | ||
@@ -395,0 +400,0 @@ check: _check, |
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
370659
69
2701