intercom / omniauth-intercom

Intercom strategy for OmniAuth
MIT License
6 stars 7 forks source link

Fix compatibility with Faraday 2.0 #28

Closed eugeneius closed 2 months ago

eugeneius commented 2 months ago

Faraday::Connection#basic_auth was deprecated in Faraday 1.10 and removed in Faraday 2.0. Building an Authorization header is not that involved, we can do it ourselves.