Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 615 Bytes

This example demonstrates how to use Express 4.x and Passport to authenticate users using Facebook. And VueJS

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ npm i
$ cd frontEnd
$ npm i
$ npm run build
$ cd ..

###Change the name server-sample.js into server.js and put in your clientID et clientSecret for your facebook app

$ node server.js

Open a web browser and navigate to http://localhost:3000/ to see the example in action.