Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```