oauth-pythonclient icon indicating copy to clipboard operation
oauth-pythonclient copied to clipboard

Unable to find an algorithm for key

Open ghost opened this issue 3 years ago • 1 comments

I´m using the Oauth 2.0 flow process with Python SDK, in the step 12 using the get_bearer_token function i get the error shown in the image. I make the peticion in a instance made in node JS and the redirect URl is located in a lambda function made in python. All the credentials are the same (sandbox). error Following the steps this error appears and i verified all the steps and anythings works. I update the python-jose library used by intuit but nothing has worked. Anyone has seen this error? Any hint /advice.

ghost avatar Aug 22 '22 13:08 ghost

Hey @Julio-Cardenas, can you please update to v1.2.6 and see if you're still encountering this? We've moved away from python-jose in favor of pyjwt.

robert-mings avatar Aug 01 '24 00:08 robert-mings