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
I searched open reports and couldn't find a duplicate
What happened?
I can see from the rust code that there appears to be support for netrc authentication (I CTL-F'd for netrc in the source...), but I can't understand how I'm supposed to tell the AuthenticationMiddleware to use the netrc backend from the Python side since the middleware doesn't appear to accept any params to __init__. An example for how to choose between the various backends for auth (i.e. netrc, basic http, bearer token in the request header, etc) would be extremely helpful.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
I can see from the rust code that there appears to be support for netrc authentication (I CTL-F'd for netrc in the source...), but I can't understand how I'm supposed to tell the AuthenticationMiddleware to use the netrc backend from the Python side since the middleware doesn't appear to accept any params to
__init__
. An example for how to choose between the various backends for auth (i.e. netrc, basic http, bearer token in the request header, etc) would be extremely helpful.Additional Context
No response
The text was updated successfully, but these errors were encountered: