@websanova/vue-auth
Version:
A simple light-weight authentication library for Vue.js
21 lines (17 loc) • 354 B
JavaScript
/*!
* @websanova/vue-auth v4.2.1
* https://websanova.com/docs/vue-auth
* Released under the MIT License.
*/
;
var google = {
url: 'https://accounts.google.com/o/oauth2/auth',
params: {
client_id: '',
redirect_uri: 'login/google',
response_type: 'code',
scope: 'email',
state: {}
}
};
module.exports = google;