Closed Slayug closed 4 years ago
It will require special handling in yar to store the session information on the socket instead of as a cookie.
@Slayug: it looks like this is unlikely to happen without community effort. I am closing this up, but I think we'd be open to a PR later if you find time!
Hello, I'm using Yar for my endpoints and works fine, but I also want to make it works with Nes through websockets and recover same users I set in my endpoint. Yar object is present into my request object when using Nes route:
But the store is always empty, event if I set something into it. I looked a bit the code, it seems Nes is executed before Yar, its not on same level.
Is there a way to make Yar available with Nes routes ?