Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

fix: Avoid deprecation warning about #basic_auth on Faraday::Connection #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

olleolleolle
Copy link

@olleolleolle olleolleolle commented Apr 29, 2022

This change avoids a deprecation warning.

The authentication method "helpers" have been moved out of the Connection object.

This change makes us use the "request middleware called ":basic_auth" directly, instead.

Details

Notes

While doing this, I noted that the test suite does not run, so I added a new GitHub Actions CI configuration, in #148.

@olleolleolle olleolleolle changed the title fix: Avoid #basic_auth on Faraday::Connection fix: Avoid deprecation warning about #basic_auth on Faraday::Connection Apr 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant