billiedemott / spoutlets.com

Wireframes for various projects
0 stars 0 forks source link

students should login successfully #81

Open akshatpradhan opened 12 years ago

akshatpradhan commented 12 years ago

Given a student is on http://spoutlets.com/ When I click Sign In And I fill out my username And I fill out my password And I click Sign in Then I should see http://spoutlets.com/tracker.html

Authentication everyauth http://toolbox.no.de/packages/everyauth http://toolbox.no.de/packages/mongoose-auth Reason: Out of all the authentication libraries, everyauth appeared most watched and most supported. However, passport.js shows some promise. It appears to be a simple more modular authentication library. It allows you to drag and use authentication plugins (aka strategies). mongoose-auth maybe worth a look.