FrozenStormInteractive / Unreal-SignalR

SignalR client for Unreal Engine
MIT License
44 stars 20 forks source link

Add configured connection headers to negotiation request as well #18

Closed tbureck closed 5 months ago

tbureck commented 5 months ago

To mitigate #17, add the headers that can be configured while opening the connection to the negotiation request as well. This allows to pass on e.g. a JWT token. When opening the web socket connection, these headers are already used, so authentication works correctly there.