Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 851 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 851 Bytes

Nodejs Express Mongo Passport authenticated app with Social sign in features. Used in the creation of PlayerCodex.xyz - a database of old online players.

alt tag

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.

Requirements

Install

$ git clone git://github.com/craftfortress/NodeExpressMongoPassport.git
$ npm install

Tests

$ npm test

This code was originally forked from this great repo

License

MIT