Doesn't passport separate storage from auth? So you would use whatever node.js driver you want to use with Neo4j to implement the serialization.
According to http://passportjs.org/guide/configure -> Sessions at least The serialization and deserialization logic is supplied by the application, allowing the application to choose an appropriate database and/or object mapper, without imposition by the authentication layer. Michael Am 06.03.2014 um 08:35 schrieb Phil Au <[email protected]>: > Hi > > I'm new to Neo4j and want to know if it would be able to work with > Passport.js? > > What I want to achieve is to pass login information from web authentication > api's like Facebook into neo4j. How would I go about doing this? > > Regards > > Phil > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
