Using apollo-server-express, express-session and socketio – Cors issue present when socketio tries to connect on the client side
I am trying to use apollo-server-express to maintain a graphql endpoint and other endpoints to perform oAuth with twitter. I wanted to perform the oauth in the client in a way that a browser tab opens and a socket transmits a "MESSAGE" (as an example) from the callback to the server back to the main… Read More Using apollo-server-express, express-session and socketio – Cors issue present when socketio tries to connect on the client side