Replies: 1 comment
-
Hello, if you mean by headers JWT, the problem can be in your transports settings. if you enable only websockets or put websockets on the first place and your client is from browser you cannot send extraheaders, check out this link here.There is a red card check info from this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project backend uses header authorization to authenticate users.
Socket io client is what I use on the client side, but it does not set nor send headers.
Beta Was this translation helpful? Give feedback.
All reactions