auth0 / ruby-auth0

Ruby toolkit for Auth0 API
https://auth0.com/
MIT License
199 stars 136 forks source link

Replace RestClient with Faraday #592

Open theodorton opened 4 months ago

theodorton commented 4 months ago

Changes

Added Auth0::HttpClient as a shim/interface for the HTTP Client library in use. This kept the changes to existing specs to a minimum.

Replaced RestClient with Faraday as the underlying HTTP library.

References

See #483

Testing

Existing tests have been refactored. Will need to integration test the gem against dependent projects.

Checklist