Juan Alvarez Ferrando

Results 3 comments of Juan Alvarez Ferrando

I've further investigated why the current tests do not raise this error. Put the conclusions in the PR, but I'm adding them here for easier access to anyone falling into...

Additionally to the tests passing because of the casual coherence between fetch_data and get_jwk_set in putting a dictionary in the cache, I've found because of how test https://github.com/jpadilla/pyjwt/blob/95638cf04f83b3e2c289b28810501e53195ff938/tests/test_jwks_client.py#L222 is coded...

As a workaround I'd say you could load the JWK into a PyJWK object and then access the `key` atribute of the resulting object. (untested code): ``` jwk_data = {'crv':...