A JWT has three dot-separated segments; this has 5.
a.b.c.d.e- Why:
- Five segments is a JWE, not a JWS. JWE tokens are encrypted, and the content cannot be read without the decryption key.
- Fix:
- Nothing can decode a JWE in a browser. You need the key and a JWE library on the server that owns it.