SocketCluster / socketcluster-client

JavaScript client for SocketCluster
MIT License
291 stars 92 forks source link

Server failed to sign auth token...all off a sudden. #75

Closed AustinHunt closed 6 years ago

AustinHunt commented 7 years ago

I've been working on a project recently and have had my session-connection login completed, but for some reason in the past couple days my client has begun to send "Server failed to sign auth token." error. I've searched high and low for documentation on this error, but am coming up empty. What is my ws configuration missing?

jondubois commented 7 years ago

@NomadGraphix There was an short-lived issue with signing JWTs at one point a while ago when we upgraded the jsonwebtoken module but it has been resolved since. You may want to upgrade your SC version.