Trust substack to have already written something. On the subject of rallying around a default user management - that really the job of a framework, rather than node.
The node community is much more about rolling your own as much as possible and/or having a variety of implementations available - no one best way ethos. We don't all use the same database, there are a variety of frameworks - and everyone has different requirements. Express comes with session management middleware, just add some user management and your done, or use substacks module. - MRdNK On 14 May 2012, at 05:59, substack <[email protected]> wrote: > I've wrote a module to do this: > https://github.com/substack/node-password-reset > > It's not tied to any particular database, it just persists the records in > memory. You could save the data to a database pretty easily though. > > On Sunday, May 13, 2012 4:46:13 AM UTC-7, Feras Odeh wrote: > How could I implement password reset in Node.js, express.js and Mongodb? I > want to send user an email with password reset link which is valid for one > hour or two. Is there any existing library that supports this? How could I > implement it? > > Thanks, > > Feras > > -- > 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 -- 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
