Question

I want to set up user data storage and authentication with Passport.Js / Node.Js running on Express with Neo4J database. Haven't seen any examples of anyone doing that. Is there a particular reason why?

Was it helpful?

Solution

If you already have a system using Neo4j and want to add authentication, it would be silly to introduce a new piece of infrastructure just to manage lists of users with their hashed passwords.

As for the first example: it is entirely possible that noone has gotten around to doing this, or at least they haven't shared it. Please do the work and blog about it for future users? ;)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top