jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.11k stars 684 forks source link

api_jwt: add a `strict_aud` option #902

Closed woodruffw closed 1 year ago

woodruffw commented 1 year ago

Key bits:

Closes https://github.com/jpadilla/pyjwt/issues/894.

jpadilla commented 1 year ago

@woodruffw awesome, thanks! mind dropping a note on the changelog? 🙇

woodruffw commented 1 year ago

mind dropping a note on the changelog? 🙇

Sure thing! Doing now.

woodruffw commented 1 year ago

Done in 59511cd.

jrobbins-LiveData commented 12 months ago

If this is also now a valid option on jwt.api_jwt.decode_complete(), then the doc needs to be updated for that function as well.

woodruffw commented 11 months ago

Thanks, looks like I missed that. I'll make a PR in a moment.

woodruffw commented 11 months ago

Opened https://github.com/jpadilla/pyjwt/pull/923 for the doc fix.