UNPKG

@websanova/vue-auth

Version:

A simple light-weight authentication library for Vue.js

11 lines (10 loc) 241 B
export default { url: 'https://www.facebook.com/v2.5/dialog/oauth', params: { client_id: '', redirect_uri: 'login/facebook', response_type: 'code', scope: 'email', state: {}, } }