Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/composer-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down