react-modal-login
Version:
A highly customizable react login modal with social buttons
17 lines (13 loc) • 332 B
JavaScript
const facebook = {
appId: '4500335846750754',
cookie: true,
xfbml: true,
version: 'v12.0',
scope: 'email'
};
export const facebookConfig = facebook;
const google = {
client_id: "534745550978-05pdsakbo3ogd9pl4o5r3jvjd5u3uu0t.apps.googleusercontent.com",
scope: "profile email"
};
export const googleConfig = google;