dotnet / symstore

Implements API for retrieval of symbols and other debug artifacts from symbol store.
MIT License
143 stars 50 forks source link

Add support for non-Basic Auth PAT tokens #405

Closed WardenGnaw closed 1 year ago

WardenGnaw commented 1 year ago

This PR adds in a new class SymbolAuthHeader which contains a scheme and parameter that will be passed into AuthenticationHeaderValue's constructor.

This will allow non-"Basic" auth headers such as "Bearer" and etc.

@gregg-miskelly @chuckries

chuckries commented 1 year ago

cc @mikem8361

mikem8361 commented 1 year ago

Ready to merge?

WardenGnaw commented 1 year ago

Ready to merge?

Yep! Thanks for the help @mikem8361