docs: indicate new credential protocol fields
commit5af5cc68aa8658c42bb2c4c46f2f01dabbd5acff
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 17 Apr 2024 00:02:31 +0000 (17 00:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Apr 2024 05:39:07 +0000 (16 22:39 -0700)
tree6da382a301e7a58615124f4b249884950f4040c8
parent2ae6dc686d79a6dcf52e67dbe886f1bfca8876d5
docs: indicate new credential protocol fields

Now that we have new fields (authtype and credential), let's document
them for users and credential helper implementers.

Indicate specifically what common values of authtype are and what values
are allowed.  Note that, while common, digest and NTLM authentication
are insecure because they require unsalted, uniterated password hashes
to be stored.

Tell users that they can continue to use a username and password even if
the new capability is supported.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-credential.txt