omniauth / omniauth_openid_connect

MIT License
168 stars 187 forks source link

Fix handling of JWKS response #157

Closed stanhu closed 1 year ago

stanhu commented 1 year ago

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

stanhu commented 1 year ago

@jessieay Could you review?

stanhu commented 1 year ago

@davidwessman Appreciate the quick review!