my usecase is basically to use supertokens for a bunch of API requests, and also to authenticate a proxied websocket, so basically I'm just using supertokens to authenticate the connection and then proxy the entire websocket connection to another server (with some additional injected authentication headers)