nicobarray / aquedux

Redux over the wire
46 stars 3 forks source link

Handle jwt expiration #24

Closed nicobarray closed 6 years ago

nicobarray commented 6 years ago

When a long gone user of an aquedux application comes back, his - localStorage saved - aquedux jwt token is used and throws an error in the network/receive.js of aquedux-server.

Or maybe it is not that straightforward?

nicobarray commented 6 years ago

This issue comes from the fact that a jwt secret MUST be specified if the project wants to handle multiple server instances.