UNPKG

@websanova/vue-auth

Version:

A simple light-weight authentication library for Vue.js

21 lines (17 loc) 361 B
/*! * @websanova/vue-auth v4.2.1 * https://websanova.com/docs/vue-auth * Released under the MIT License. */ 'use strict'; var facebook = { url: 'https://www.facebook.com/v2.5/dialog/oauth', params: { client_id: '', redirect_uri: 'login/facebook', response_type: 'code', scope: 'email', state: {} } }; module.exports = facebook;