Issuer field partial matches allowed in pyjwtpyjwt is a JSON Web Token implem...
pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for `iss` checking, resulting in `"acb"` being accepted for `"_abc_"`. This is a bug introduced in version ...
What's Your Reaction?