I'm using Faraday to communicate between two web apps that I am developing (background and a related question). I'm using OAuth Tokens as part of the upload/connection form the client app to the server app.
However, I can't seem to find the OAuth tokens in the header or action_dispatch hashes, etc.
Any suggestions?
I found the answer here: https://github.com/technoweenie/faraday/issues#issue/12