Test all supported algorithms.
Test expired JWTs.
Test missing JWKs (partial and complete if able).
Test garbage 'JWT's, anything 'triple dot' (e.g. abc.efg.ghi).
Misc: Test garbage inputs in general.
Additionally, see if there's a way to generate valid tokens and modify only parts of them.
See #344.
Test all supported algorithms. Test expired JWTs. Test missing JWKs (partial and complete if able). Test garbage 'JWT's, anything 'triple dot' (e.g. abc.efg.ghi).
Misc: Test garbage inputs in general.
Additionally, see if there's a way to generate valid tokens and modify only parts of them.