auth0 / ruby-auth0

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

Move from `rest-client` to `faraday`? #483

Open ioquatix opened 1 year ago

ioquatix commented 1 year ago

Checklist

Describe the problem you'd like to have solved

RestClient is now almost 4 years old without maintenance. It has old dependencies which aren't being updated. So, this is starting to cause pain. Ideally, we don't use RestClient any more.

Describe the ideal solution

I think migrating to faraday is a good idea. It provides a nice interface which is very similar to HTTPProxy and is well maintained.

Alternatives and current workarounds

No response

Additional context

No response

stevehobbsdev commented 1 year ago

Thanks @ioquatix, I agree there is an updated needed in this area. We're working out a plan for evolving this library and this is a key area that we could improve upon. I don't have a timeline for resolution but I'm recording this feedback internally.

ioquatix commented 11 months ago

@stevehobbsdev any update?

jfloff commented 3 weeks ago

Any updates here?