From a8733cf7ac93a656f4916292c7fbbc98f593330f Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 29 Apr 2025 17:07:11 +0100 Subject: [PATCH] There are four kinds of tokens now, not just three --- docs/composer-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/composer-authentication.md b/docs/composer-authentication.md index 33425fe7..a7359b71 100644 --- a/docs/composer-authentication.md +++ b/docs/composer-authentication.md @@ -38,7 +38,7 @@ Please note that neither user tokens nor organization tokens can be used to inst ## Token format An authentication token consists of three parts: a prefix, a 60 hexadecimal character long random part, and an eight hexadecimal character long checksum. The prefix and checksum are designed to increase reliability of automatic scanning for secrets in your code base or leaked documents. -There are currently three different prefixes: +There are currently four different prefixes: * `packagist_ort_`: Organization tokens with read-only access * `packagist_out_`: Organization tokens with update access * `packagist_uut_`: User tokens with update access