Hi guys, I'm newbie and playing around with Node.js and building my first commercial app. So I wondered what is the preferred and best authentication system for Node.js and easiest one to implement?
Can you please share your point of view, because I'm doing a lot of research and I have found many code examples to implement it using different approaches, i.e using http://passportjs.org, Mongoose-auth, direct access to MongoDB and etc. so I'm wondering which one will must fit best my requirements, which are: - Signup - Login - Logout/Session termination - Lost password recovery - Integration to MongoDB - To export API so that I access it from AngularJS(I'm handling this part by myself) Is there any complete existing solution, that can handle it all? The current technology stack, that I'm using is: Node.js, AngularJS, Express framework, MongoDB. Many thanks! -- 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
