Should I issue new JWT token after it has expired?
I’m working on a web application that uses SignalR with WebSockets for real-time communication. When establishing a connection, I first issue a jwt token and then it is used to create the SignalR connection.
Should I Call the SignalR Negotiate Endpoint Again After the Token Has Expired?
I’m working on a web application that uses SignalR with WebSockets for real-time communication. When establishing a connection, I first call a negotiate endpoint to get a URL and an access token, which is then used to create the SignalR connection.