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
You can pass faraday_builder if you want to use middleware to handle authentication, such as Faraday::Request::Authorization. setting Authorization in request_headers is a more direct option.
Documentation is lacking here and many other places, and improvements are in the queue. I will make a note to particularly address authorization, and request headers/middleware more generally.
I don't see described how to configure faraday for authentication - or otherwise provide headers or options to faraday.
It looks like I need to override
faraday_builder
, is that correct?The text was updated successfully, but these errors were encountered: