Fork me on GitHub
#immutant
<
2017-10-15
>
Pontus10:10:05

Hi, I'm a bit new to both websockets and Immutant. When using as-channel from immutant.web.async, is it possible to make data in the original request available in the websockets callbacks? I'm using JWT tokens, and am storing things like username/user-id etc in those, and would like to access this information in the on-message callback

Pontus11:10:02

I found it myself, (originating-request ch)