├── LICENSE-2.0.txt ├── Makefile ├── README.md ├── fb_auth.erl ├── fb_auth.ini └── mocks ├── couch_auth_cache.erl ├── couch_config.erl ├── couch_db.erl ├── couch_db.hrl ├── couch_httpd.erl ├── couch_httpd_auth.erl └── couch_util.erl /LICENSE-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/LICENSE-2.0.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/README.md -------------------------------------------------------------------------------- /fb_auth.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/fb_auth.erl -------------------------------------------------------------------------------- /fb_auth.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/fb_auth.ini -------------------------------------------------------------------------------- /mocks/couch_auth_cache.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_auth_cache.erl -------------------------------------------------------------------------------- /mocks/couch_config.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_config.erl -------------------------------------------------------------------------------- /mocks/couch_db.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_db.erl -------------------------------------------------------------------------------- /mocks/couch_db.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_db.hrl -------------------------------------------------------------------------------- /mocks/couch_httpd.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_httpd.erl -------------------------------------------------------------------------------- /mocks/couch_httpd_auth.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_httpd_auth.erl -------------------------------------------------------------------------------- /mocks/couch_util.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocastalabs/CouchDB-Facebook-Authentication/HEAD/mocks/couch_util.erl --------------------------------------------------------------------------------