jhildreth / falcon-jwt-checker

MIT License
12 stars 5 forks source link

Allow iss value to be specified #5

Closed jhildreth closed 7 years ago

jhildreth commented 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.

jhildreth commented 7 years ago

Addressed in e59d3527a452e56da23f66fee0187a4ec1ecad40.