wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.77k stars 816 forks source link

Fix client side basic auth #1622

Closed deathaxe closed 1 year ago

deathaxe commented 1 year ago

This PR fixes two bugs related with basic authentication:

  1. The http_basic_auth setting is not cached by PackageManager and therefore not passed to downloaders.
  2. Basic authentication doesn't work for WinINetDownloader

As a result users with numerous custom repositories might quickly hit rather low API rate limits.

deathaxe commented 1 year ago

Already part of PC4.0