Using Websocket server with Bearer token #3506
Unanswered
EvilWatermelon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wrote an HTTP(S) endpoint using actix-web which will be upgraded to a websocket connection. I'm also using JWT for authorization. How can I pass the Bearer token as a client? As far as I have read I'm not allowed to add a new header value. Is there something like socket.io that runs in background because socket.io is able to pass the Bearer token.
Beta Was this translation helpful? Give feedback.
All reactions