user authentication libraries for node.js?

Are there any existing user authentication libraries for node.js? In particular I’m looking for something that can do password authentication for a user (using a custom backend auth DB), and associate that user with a session.

Before I wrote an auth library, I figured I would see if folks knew of existing libraries. Couldn’t find anything obvious via a google search.

-Shreyas

15 Answers
15

Leave a Comment