On Thu, Mar 22, 2012 at 00:22, C. Mundi <[email protected]> wrote: > Wow. I took one look at everyauth when I started using express, and I > decided it was not a good fit for my needs. Now I'm really glad I rolled my > own. Sure, my users' passwords go over the wire (https) but *never* get > persisted. >
what everyauth does good or not, i don't know for sure. i decided to use passport and base my code off of that example in my original email. i figure, if i go this route and then decide to use everyauth or mongoose-auth later on, it won't be hard to adapt the code for that. -- 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
