jpadilla / pyjwt

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

set timeout value when using urllib.request #907

Closed kartheek148 closed 11 months ago

kartheek148 commented 11 months ago

PyJWT is hanging forever while making http(s) calls. Please set timeout value to timeout the request. ref: https://github.com/mesonbuild/meson/issues/4087

kartheek148 commented 11 months ago

Changes are implemented in latest version.