Skip to content

Commit

Permalink
"URL" in caps (#11706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Nov 8, 2023
1 parent aefa46d commit da83d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/articles/authentication-for-private-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ php composer.phar config [--global] --editor
## gitlab-oauth

> **Note:** For the gitlab authentication to work on private gitlab instances, the
> [`gitlab-domains`](../06-config.md#gitlab-domains) section should also contain the url.
> [`gitlab-domains`](../06-config.md#gitlab-domains) section should also contain the URL.
### Command line gitlab-oauth

Expand Down Expand Up @@ -262,7 +262,7 @@ php composer.phar config [--global] --editor --auth
## gitlab-token

> **Note:** For the gitlab authentication to work on private gitlab instances, the
> [`gitlab-domains`](../06-config.md#gitlab-domains) section should also contain the url.
> [`gitlab-domains`](../06-config.md#gitlab-domains) section should also contain the URL.
To create a new access token, go to your [access tokens section on GitLab](https://gitlab.com/-/profile/personal_access_tokens)
(or the equivalent URL on your private instance) and create a new token. See also [the GitLab access token documentation](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#creating-a-personal-access-token) for more information.
Expand Down Expand Up @@ -331,7 +331,7 @@ php composer.phar config [--global] --editor --auth

## bitbucket-oauth

The BitBucket driver uses OAuth to access your private repositories via the BitBucket REST APIs, and you will need to create an OAuth consumer to use the driver, please refer to [Atlassian's Documentation](https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/). You will need to fill the callback url with something to satisfy BitBucket, but the address does not need to go anywhere and is not used by Composer.
The BitBucket driver uses OAuth to access your private repositories via the BitBucket REST APIs, and you will need to create an OAuth consumer to use the driver, please refer to [Atlassian's Documentation](https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/). You will need to fill the callback URL with something to satisfy BitBucket, but the address does not need to go anywhere and is not used by Composer.

### Command line bitbucket-oauth

Expand Down

0 comments on commit da83d29

Please sign in to comment.