There are plenty of tools and libraries out there to decode (and verify) JSON Web Tokens (JWT). But what if you are in a context where you can not or don't want to use these?
Here is a simple command line one-liner to decode a JWT passed through standard input …