Robert Mings
Robert Mings
Hey @kartikye, we're on it and are exploring a different cryptographic backend or a new package altogether. Keep an eye out for updates.
Hey @dkozlowski569, we recently removed the future dependency. Can you try again and close this issue if you're successful?
Hi @geoffcorey, @m1daz, @WillsWebsites - Robert with the Intuit team here. Thank you for your comments and contributions. You're absolutely right, we haven't done a great job of keeping this...
> > Hi @geoffcorey, @m1daz, @WillsWebsites - Robert with the Intuit team here. Thank you for your comments and contributions. You're absolutely right, we haven't done a great job of...
Thanks for the contribution @rouge8! Given where Python 3 is in it's lifecycle, this change makes sense. We'll carry out some capability testing and get this one merged soon.
Hi @kartikye, @r-thomson, @geekkun, @3point14guy, @Natim @yahel2410 - v1.2.6 solves this by moving to `pyjwt` and is now available. Please update as soon as possible. Thanks!
Hey @Julio-Cardenas, can you please [update to v1.2.6](https://github.com/intuit/oauth-pythonclient/releases/tag/1.2.6) and see if you're still encountering this? We've moved away from `python-jose` in favor of `pyjwt`.
Hi @Natim, Thanks for this contribution! The move away from python-jose is a much needed change. From my testing, I had a few questions/asks: - It looks like the cryptography...
Thanks @Natim. Great to hear you've been using this in production. - RE: 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...
@Natim, @keaton185, @yahel2410 - We're close but I have yet to get this working as it's currently written. Facing `AttributeError: 'PyJWK' object has no attribute 'verify'`. I don't believe it's...