Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesread/hapi-auth-fb-demo
https://github.com/charlesread/hapi-auth-fb-demo
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlesread/hapi-auth-fb-demo
- Owner: charlesread
- Created: 2017-07-29T22:28:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T01:36:48.000Z (over 7 years ago)
- Last Synced: 2024-11-07T09:50:12.208Z (2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```