Nodejs Express Mongo Passport authenticated app with Social sign in features. Used in the creation of PlayerCodex.xyz - a database of old online players.
This app includes modifications to an application which can handle signins via your own custom or social auth (facebook / twitter / github ). Twitter / local auth is used in the demo. Posts can be created and modified. It includes design changes aswell as the original, great tagging system.
$ git clone git://github.com/craftfortress/NodeExpressMongoPassport.git
$ npm install
$ npm test
This code was originally forked from this great repo
MIT