Hello! I have supertokens integrated into an app (node, postgres) and it's all working well. Any ideas on verifying an access token created from supertokens using a TCP socket connection? I want to add a level of authentication to my web sockets, but since everything is HTTP cookie-based I haven't figured out a good way to get the access token from front end to back end through sockets.