So basically the main idea is that you have a user class and you set up jwt auth through request header and then it’ll try to validate the token in the header based on your setup and then it’ll attach the created user from those details in the jwt(if they can match the provided user class) to the context?
Also, with signalr you cannot expect to get jwt from http headers since websockets are not http, so when using websockets jwt is included in query parameters