Hi Redditors, I am working on building an API with node.js. Right now I have a few of the CRUD points down, but I am not too sure how to implement authentication. I have heard of passport.js, but much of the examples/explanations that I can find include the use of MongoDB and mongoose. Neo4j doesn't have something recent like Mongoose for object modeling, which is what seems to be heavily used with Passportjs. I am pretty good with PHP, and I know they have something called sessions that maintain this type of state when logging in.Do you have any advice on how I can approach authentication for access to these endpoints? An example would be greatly appreciated!Thanks y'all
Submitted March 10, 2017 at 09:55PM by jfaim
No comments:
Post a Comment