Are you trying to implement it into your own express app? It is important to note that node-login serves as a template for a login app rather than as an authentication module to be included in your own app. Have you checked out passport.js <http://passportjs.org/>?
On Tuesday, March 11, 2014 8:22:01 PM UTC-5, Ray Jender wrote: > > > So I am trying to implement node-login by Stephen Braitsch. It can be > found here: https://github.com/braitsch/node-login > I've installed it and it seems to work just fine if I browse to > localhost:8080 > > But I guess I'm stuck on how to implement it on a webpage the has login > and register links/buttons? > > Your help will be appreciated. > > Ray > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
