On Tue, Mar 20, 2012 at 06:23, Alex Young <[email protected]> wrote:
> > I feel like everyauth is currently the best solution for this -- I've used > it in a few projects and I prefer it to building my own. > i guess my concern with everyauth is that i don't see where / how it is salting local passwords (as i indicated in my original email). whereas i was able to find the place in mongoose-auth within a minute (literally iirc). so, i'm ok with using whatever module to do this, but i want to know that they are doing salting correctly. which also means that i need to know the best way to salt passwords in js too. at this point i'm leaning to passport or mongoose-auth (as mongoose-auth copied verbatim what bcrypt had and passport makes you roll your own which i can do as well as mongoose-auth :) ). -- 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
