I'm following Vert.x 4's SockJS documentation and noticed that each SockJSSocket
inside my handler has a .webSession()
and a .webUser()
. However, both these fields are empty aside from the .webSession().id()
I have an AuthHandler registered on the sub-router that this socket handler is on, but the SockJS Client in my frontend is not capable of sending credentials in the HTTP upgrade request.
How am I supposed to populate these fields for use?