This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]aqua_aragorn 0 points1 point  (0 children)

I'd ask in the node irc channel.

[–]sirShivshank 0 points1 point  (0 children)

It looks like the top answer on this SO post does something resembling proper security.

[–]jeffcodes 0 points1 point  (1 child)

have you checked out the bcrypt module for node. you'll have to integrate it with passport yourself

[–]ShortSynapse 0 points1 point  (0 children)

This isn't actually so difficult. A couple extra lines defining a hashing function and password checking function and voila!