Support wwwauth[] which added in Git 2.41.0
Hi.
Since Git 2.41, git-credential-github-apps doesn't work properly.
This is because wwwauth[] was added to the credential helper protocol.
This pull request adds support for wwwauth[]. It's working correctly in my environment.
Thank you for the great software.
- https://github.blog/2023-06-01-highlights-from-git-2-41/
- https://github.com/git/git/compare/af5388d2ddb0bc7c22fbe698078f4ca07879d954...5f2117b24f568ecc789c677748d70ccd538b16ba
- https://git-scm.com/docs/git-credential#Documentation/git-credential.txt-codewwwauthcode
Hey @tchssk , I went ahead and forked this repo and merged your PR at Avinode/git-credential-github-apps. We started using this Git credentials provider and needed this and other security related patches applied in order to continue utilizing it. We have also published a v1.2.0 release there.
I don't want to step on anyone's toes, and will gladly close down the fork if this repo comes back to life.
Thanks for this fix! We needed it!
That's excellent🙂 I'll take a look at it later. Thank you for notifying me. @pedrohdz
@mackee
I've been using this for several months and it's working good. Would you please review and merge this pull request (and opened others) ? I appreciate your help.