jpadilla / pyjwt

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

Correct jwt.decode audience param doc expression #994

Closed peter279k closed 1 month ago

peter279k commented 1 month ago

As title, correcting the audience parameter type expression in the jwt.decode method.

Before:

image

After:

image