]> git.ipfire.org Git - thirdparty/git.git/commit
docs: add an OAuth2.0 credential helper for AOL accounts
authorAditya Garg <gargaditya08@live.com>
Mon, 30 Jun 2025 18:06:40 +0000 (18:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2025 21:14:58 +0000 (14:14 -0700)
commit18617b2afd74db9912ae80b55a2c813b90231629
treee84cba133e3c72f305b8fb25d5c6854bf5154675
parenta717ef18f2fa7c91e801869ec5aab00d99d4ceb5
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 <gargaditya08@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.adoc