You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/composer-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Please note that neither user tokens nor organization tokens can be used to inst
38
38
## Token format
39
39
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.
40
40
41
-
There are currently three different prefixes:
41
+
There are currently four different prefixes:
42
42
*`packagist_ort_`: Organization tokens with read-only access
43
43
*`packagist_out_`: Organization tokens with update access
0 commit comments