UNPKG

@websanova/vue-auth

Version:

A simple light-weight authentication library for Vue.js

11 lines (10 loc) 242 B
export default { url: 'https://accounts.google.com/o/oauth2/auth', params: { client_id: '', redirect_uri: 'login/google', response_type: 'code', scope: 'email', state: {}, } }