Is it a good idea to use Neo4J for user data storage and authentication with Passport.Js / Node.Js

StackOverflow https://stackoverflow.com/questions/22297634

Вопрос

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?

Это было полезно?

Решение

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? ;)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top