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
We fixed this by copying the OAuth2 code and modifying it to accept a HTTP::Client instead of building one. Then we make ourselves a client that points to heroku's SSL certs:
When setting up oauth2 in a crystal app I could get everything running locally but upon deploying to heroku the oauth flow broke with:
We fixed this by copying the OAuth2 code and modifying it to accept a HTTP::Client instead of building one. Then we make ourselves a client that points to heroku's SSL certs:
And then we built a client like so:
So a possible solution could be to change OAuth2 to accept an option HTTP::Client.
The text was updated successfully, but these errors were encountered: