Description
The documentation would be significantly improved if it started with some practical examples of how to use the library rather than just listing out concepts and compatibility tables. E.g.
use Jose\Component\Signature\JWSVerifierFactory;
// How to actually use this properly given a JWT string.
// I would put it here myself but I haven't figure it out yet
// because the docs are so dense and impractical.