authentication system with node.js restify and backbone.js -


i have challenged myself, write authentication system restify(node.js) , backbone.js.

my questions is, give me tips, security or middleware have use example.

passport implemented module. everyauth , passport top starred projects in github. here amazing thread on stackoverflow both of them . reiterate - async on promises pattern. love modularity offered passport. saved me tons of code , makes code good.

i have used passport facebook auth , implemented own authentication using passport local. backend mongodb , mongoose helped me lot.

i express better restify. extremly documented , comes strong community support.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -