SwiftPhoenixClient
SwiftPhoenixClient copied to clipboard
Support authToken on socket connection
Recently Phoenix has added support for a standard way to include "auth token" on connection over the sec-websocket-protocol header.
Implementation on Phoenix can be found at: https://github.com/phoenixframework/phoenix/pull/6086
Would it be interesting to support that? Thanks.