Open agileshaw opened 1 year ago
According to the change log in this library, the use of the 'decode' method changed API
https://pyjwt.readthedocs.io/en/stable/changelog.html#dropped-deprecated-verify-param-in-jwt-decode
OLD jwt.decode(refresh_config_encoded,verify=False)
Becomes NEW: jwt.decode(refresh_config_encoded,options=dict(verify_signature=False),algorithms='HS256')
Imported from Launchpad using lp2gh.
date created: 2021-07-27T17:41:25Z
owner: addyess
assignee: None
the launchpad url
According to the change log in this library, the use of the 'decode' method changed API
https://pyjwt.readthedocs.io/en/stable/changelog.html#dropped-deprecated-verify-param-in-jwt-decode
OLD jwt.decode(refresh_config_encoded,verify=False)
Becomes NEW: jwt.decode(refresh_config_encoded,options=dict(verify_signature=False),algorithms='HS256')
Imported from Launchpad using lp2gh.
date created: 2021-07-27T17:41:25Z
owner: addyess
assignee: None
the launchpad url