I found implemented wsc_lib: create_auth_header/3 but cannot find usage of it in websocket_client module. Does it mean that Basic auth is not supported for websocket endpoint? If so, are any plans to add support for it? If support actually exists could you please clarify how to subscribe to the endpoint with HTTP Basic auth enabled on the endpoint?
I found implemented
wsc_lib: create_auth_header/3but cannot find usage of it inwebsocket_clientmodule. Does it mean that Basic auth is not supported for websocket endpoint? If so, are any plans to add support for it? If support actually exists could you please clarify how to subscribe to the endpoint with HTTP Basic auth enabled on the endpoint?