Skip to content

0.0.7 - Update PyJWT Dependency

Latest
Compare
Choose a tag to compare
@hwjeremy hwjeremy released this 11 Oct 19:25

Under the hood, siwa-python uses PyJWT to verify the integrity of JSON Web Tokens (JWTs) received during authentication requests. @mjamroz helpfully pointed out that siwa-python was using an outdated call to the PyJWT API, which would crash in the latest version of PyJWT, 2.2.0.

0.0.7 fixes this crash by properly calling the latest version of the PyJWT API, and assigns a formal dependency for PyJWT 2.2.0 in setup.py.

Update to the latest version of siwa-python using Pip:

$ pip install --upgrade siwa

-- Hugh