@websanova/vue-auth
Advanced tools
Comparing version 2.20.6-beta to 2.20.7-beta
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.20.6-beta" | ||
"@websanova/vue-auth": "2.20.7-beta" | ||
}, | ||
@@ -5,0 +5,0 @@ |
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.20.6-beta", | ||
"@websanova/vue-auth": "2.20.7-beta", | ||
"axios": "0.16.2", | ||
@@ -5,0 +5,0 @@ "vue-axios": "2.0.2" |
{ | ||
"dependencies": { | ||
"nuxt": "1.0.0-rc3", | ||
"@websanova/vue-auth": "2.20.6-beta", | ||
"@websanova/vue-auth": "2.20.7-beta", | ||
"vue-resource": "1.3.4", | ||
@@ -6,0 +6,0 @@ "axios": "0.16.2", |
@@ -5,3 +5,2 @@ # Change Log | ||
* Update google oauth2 to `google-plus` `googlePlus`. | ||
* Updated / consolidated documentation. | ||
@@ -8,0 +7,0 @@ * Restore auto refresh interval. |
@@ -17,3 +17,3 @@ { | ||
"version": "2.20.6-beta", | ||
"version": "2.20.7-beta", | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -483,3 +483,3 @@ var __utils = require('./lib/utils.js'), | ||
facebookData: {url: 'auth/facebook', method: 'POST', redirect: '/'}, | ||
googlePlusData: {url: 'auth/google-plus', method: 'POST', redirect: '/'}, | ||
googleData: {url: 'auth/google', method: 'POST', redirect: '/'}, | ||
@@ -492,5 +492,5 @@ facebookOauth2Data: { | ||
}, | ||
googlePlusOauth2Data: { | ||
googleOauth2Data: { | ||
url: 'https://accounts.google.com/o/oauth2/auth', | ||
redirect: function () { return this.options.getUrl() + '/login/google-plus'; }, | ||
redirect: function () { return this.options.getUrl() + '/login/google'; }, | ||
clientId: '', | ||
@@ -497,0 +497,0 @@ scope: 'https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/plus.profile.emails.read' |
763719