1
0
Fork 0

Clarify possible credential storage locations (#11358)

pull/11375/head
Willem de Groot 2023-03-10 14:13:56 +01:00 committed by GitHub
parent 1f164244ab
commit de3698f535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ for credentials and save them (or a token if Composer is able to retrieve one).
Sometimes automatic authentication is not possible, or you may want to predefine
authentication credentials.
Credentials can be stored on 3 different places; in an `auth.json` for the project, a global
`auth.json` or in the `composer.json` itself.
Credentials can be stored on 4 different places; in an `auth.json` for the project, a global
`auth.json`, in the `composer.json` itself or in the `COMPOSER_AUTH` environment variable.
## Authentication in auth.json per project