apollo-graphql-client-server-authentication-jwt
apollo-graphql-client-server-authentication-jwt copied to clipboard
An authentication process example for a GraphQL API powered by Apollo, using Cookies and JWT.
Both client and server running.
How to run
One terminal: cd server; node index.js
Another terminal: cd client; npm start