Rémy HUBSCHER

Results 390 comments of Rémy HUBSCHER

![image](https://github.com/user-attachments/assets/fdad9a28-845a-4ff1-8be5-48028b78cc39) Validated

![image](https://github.com/intuit/oauth-pythonclient/assets/229453/d9585600-a72e-4d35-9f39-7cd54ef8095d)

@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?