Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlesread/hapi-auth-fb-demo


https://github.com/charlesread/hapi-auth-fb-demo

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

Simple example of the `hapi-auth-fb` plugin for Hapi JS.

```bash
git clone [email protected]:charlesread/hapi-auth-fb-demo.git
cd hapi-auth-fb-demo
npm install
cp config.js.example config.js #fill out client_id and client_secret
node index.js
```