Relative Content

Tag Archive for javascriptreactjsauthenticationjwtsignalr

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.