Would the best way to implement sessions with supertoken be to send the supertoken(that we usually s...
h
Would the best way to implement sessions with supertoken be to send the supertoken(that we usually send using cookies) in the header of socketio requests, or does a better way exist?
r
hey @hamsterDog
you should enable the jwt feature with sessions, and send just the jwt in the socket connection, and not the session's access token.
h
Cool
Thank you
4 Views