From: Aditya Garg Date: Mon, 30 Jun 2025 18:06:40 +0000 (+0000) Subject: docs: add an OAuth2.0 credential helper for AOL accounts X-Git-Tag: v2.51.0-rc0~58^2~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=18617b2afd74db9912ae80b55a2c813b90231629;p=thirdparty%2Fgit.git docs: add an OAuth2.0 credential helper for AOL accounts Yahoo and AOL, both advertise that they support app passwords for third-party applications. But generating app passwords for them is broken and unreliable for quite some time now. Yahoo already had an OAuth2.0 credential helper added in the documentation, so I thought it would be a good idea to add one for AOL accounts as well, which is more reliable and secure. Signed-off-by: Aditya Garg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc index 4208bac44c..b31145901c 100644 --- a/Documentation/git-send-email.adoc +++ b/Documentation/git-send-email.adoc @@ -600,6 +600,9 @@ available online. Community maintained credential helpers are also available: - https://github.com/AdityaGarg8/git-credential-email[git-credential-yahoo] (cross platform, dedicated helper for authenticating Yahoo accounts) + - https://github.com/AdityaGarg8/git-credential-email[git-credential-aol] + (cross platform, dedicated helper for authenticating AOL accounts) + You can also see linkgit:gitcredentials[7] for more OAuth based authentication helpers.