Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensheldon/fbauthapp-node
Node Express app that uses Facebook for user auth
https://github.com/bensheldon/fbauthapp-node
Last synced: about 1 month ago
JSON representation
Node Express app that uses Facebook for user auth
- Host: GitHub
- URL: https://github.com/bensheldon/fbauthapp-node
- Owner: bensheldon
- Created: 2012-12-23T21:48:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-23T21:55:08.000Z (almost 12 years ago)
- Last Synced: 2024-05-02T06:08:25.437Z (7 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fbauthapp-node
A simple app that uses Facebook for user authentication.
## Environment Variables
I use Foreman and put these into a `.env`-file and run it with `$ foreman run node server`:
```
FB_APP=:
PG=postgres://postgres:pw@localhost:5432/db
PG_TEST=postgres://postgres:pw@localhost:5432/db_test
```