-
Notifications
You must be signed in to change notification settings - Fork 10
Open
@ComputerElite
Description
Would it be possible to authenticate on WebSockets by passing an ApiToken via query strings to the websocket url? The current WebSocket api in javascript doesn't allow for setting custom headers (https://stackoverflow.com/a/4361358) and thus making authentication impossible without a proxy.
Example: wss://api.openshock.app/1/hubs/user?OpenShockToken=<token>