The `network/receive.js` module must catch any error (especially the `jwt` ones) to ensure no faulty action can integrate the system. Currently, any "old" stored token in the client local-storage makes the `aquedux-server` counterpart crash.
The
network/receive.jsmodule must catch any error (especially thejwtones) to ensure no faulty action can integrate the system.Currently, any "old" stored token in the client local-storage makes the
aquedux-servercounterpart crash.