pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Repos via oauth access_tokens

Open anonymous-bugs opened this issue 7 months ago • 1 comments

Does HTTP_AUTH allow oauth tokens to be set? How to pkg fetch for a repo with access via access_tokens

anonymous-bugs avatar May 28 '25 10:05 anonymous-bugs

Does HTTP_AUTH allow oauth tokens to be set? How to pkg fetch for a repo with access via access_tokens

Does not work: https://github.com/freebsd/pkg/blob/f827470a91716f4e59193ab7ea11d6ddd68b3a57/libpkg/fetch_libcurl.c#L365

This function expects a colon to be present and curl will then pick Basic auth.

michael-o avatar Jul 26 '25 19:07 michael-o