Closed jhildreth closed 7 years ago
PyJWT can include the iss claim in the jwt verification process, just as it can for the aud claim. This middleware allows the expected audience to be optionally set and passed to PyJWT, but not the expected issuer. That should be added.
iss
aud
Addressed in e59d3527a452e56da23f66fee0187a4ec1ecad40.
PyJWT can include the
iss
claim in the jwt verification process, just as it can for theaud
claim. This middleware allows the expected audience to be optionally set and passed to PyJWT, but not the expected issuer. That should be added.