You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ouath2 gem uses faraday, which in turn offers the user of net-http-persistent. Faraday only transforms a timeout error to Faraday exceptions; all other Net::HTTP::Persistent::Error instances will remain as such and are re-raised.
Omniauth-oauth2 should catch such errors, and call fail!.
The text was updated successfully, but these errors were encountered:
The ouath2 gem uses faraday, which in turn offers the user of net-http-persistent. Faraday only transforms a timeout error to Faraday exceptions; all other Net::HTTP::Persistent::Error instances will remain as such and are re-raised.
Omniauth-oauth2 should catch such errors, and call fail!.
The text was updated successfully, but these errors were encountered: