Earlier quoted context omitted.
How the heck did JWT get such a following with issues like these?
Having recently joined a project that uses JWT (I was completely ignorant of it beforehand - cookies all the way ), I can say that a key advantage is convenience for developers and testing. Once you have the secret for signing you can pretty much access any of the application without having to jimmy the access-controls. I guess that could be a weakness too, but in my experience in fast moving commercially driven envi…
JWTs can be stored in cookies. So I don't understand why you say this.