Hi, Is there any example for integrating Supertokens with Websockets? How can I integrate supertoken Express js middlewares with websocket?
#websocket #express
r
rp_st
12/24/2022, 7:31 PM
Hey @amirnoorani
rp_st
12/24/2022, 7:31 PM
There is no example for this yet.
rp_st
12/24/2022, 7:31 PM
But what you can do is to enable JWT with sessions
rp_st
12/24/2022, 7:32 PM
And fetch the JWT on the frontend and send that as auth token in websocket connection