-
Im trying to implement a socket server using extendHttpServer and I am trying to authenticate users (If I pass the cookie how do I check the cookie?) on socket connect.
It’s giving me Failed to start session. How do I make this work? I am aware this is not the right way to check if the user exist. (I dont need the session to be created actually) |
Beta Was this translation helpful? Give feedback.
Answered by
dcousens
Mar 25, 2024
Replies: 1 comment 7 replies
-
@LabLamb can you please show us exactly the error you are getting? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@LabLamb how are setting up your
context
to docontext.graphql.run
? Thatcontext
needs to have areq
andres
attached usingcommonContext.withRequest