mdsol / mauth-client-ruby

Mauth client in Ruby
MIT License
4 stars 0 forks source link

Update Faraday configuration in SecurityTokenCacher to make Rails.cache usable, shorten timeout, add retries, and use persistent HTTP connections #63

Closed ykitamura-mdsol closed 1 year ago

ykitamura-mdsol commented 1 year ago

To make the connection with the MAuth service more robust.

We need to drop support for Faraday < 1.9 to support both V1 and V2: https://github.com/lostisland/faraday/pull/1367

ykitamura-mdsol commented 1 year ago

rebased