Closed georgethomasuk closed 3 years ago
We have been seeing the following error crop up when using this package:
could verify id_token sig: It is required that you pass in a value for the "algorithms" argument when calling decode().
It appears that there is a typo in the argument to jwt.decode on line 154 of client.py.
jwt.decode
client.py
I have prepped a PR to fix the issue, which I will link in a minute.
Seeing the same issue
Please go through this fix, if anyone also getting this error fix
@AngellusMortis thanks for the fix! Is there a release coming soon so we can install via PyPi?
We have been seeing the following error crop up when using this package:
It appears that there is a typo in the argument to
jwt.decode
on line 154 ofclient.py
.I have prepped a PR to fix the issue, which I will link in a minute.