Rémy HUBSCHER
Rémy HUBSCHER
 Validated

@yahel2410 what's next? Can we merge?
Hello Robert, no need for the cryptography package anymore with PyJWT. As for the verify method, PyJWT provides the same method/API. The code is tested and we have been using...
> Do you mind adding versioning for [PyJWT](https://github.com/intuit/oauth-pythonclient/pull/49/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R10)? Done, thanks
> cryptography - [Based on the PyJWT docs](https://pyjwt.readthedocs.io/en/stable/installation.html#cryptographic-dependencies-optional), the RSA algorithm isn't supported by default until you install the cryptography package. Is there any chance this was being supplied as...
> verify method - Can you shared more information on this? I'm not seeing anywhere in the docs where it talks about a verify method/API. It's part of the PyJWK...
Can you write a test for it I can look at? It supposed to be an Algorithm object not a JWK object that you use to verify.
@robert-mings can you try again, you were right. I believe we are missing a test for this part of the lib, I was expecting it to exist which I was...
@robert-mings can you try again like that?