Hacker News new | ask | show | jobs
by johnernaut 3043 days ago
I ran into the issue of authentication when trying to learn GraphQL. I made a Node/GraphQL/React boilerplate with an example implementation of authentication in place. It's my first foray into both Node and GraphQL so I apologize for any inconsistencies.

https://github.com/johnernaut/express-graphql-react-boilerpl...