Skip to content

Commit 25bcb33

Browse files
authored
Merge pull request #129 from packagist/glaubinix-patch-1
There are four kinds of tokens now, not just three
2 parents 52704e8 + a8733cf commit 25bcb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/composer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Please note that neither user tokens nor organization tokens can be used to inst
3838
## Token format
3939
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.
4040

41-
There are currently three different prefixes:
41+
There are currently four different prefixes:
4242
* `packagist_ort_`: Organization tokens with read-only access
4343
* `packagist_out_`: Organization tokens with update access
4444
* `packagist_uut_`: User tokens with update access

0 commit comments

Comments
 (0)