This fixes a regression in v0.7.0 where the JWKS response returns as a
Hash instead of a String due to the change in openid_connect modifying
the Faraday response handling.
This commit also improves the testing by using webmock instead of
stubbing the Farday response.
This fixes a regression in v0.7.0 where the JWKS response returns as a Hash instead of a String due to the change in openid_connect modifying the Faraday response handling.
This commit also improves the testing by using webmock instead of stubbing the Farday response.
Closes #156