Commit 2bb87d84 authored by Kenneth Chu's avatar Kenneth Chu Committed by Evan Read

Add note that any username can be used for HTTP auth

parent f1dd0d9f
...@@ -17,7 +17,11 @@ Project access tokens are supported for self-managed instances on Free and above ...@@ -17,7 +17,11 @@ Project access tokens are supported for self-managed instances on Free and above
WARNING: WARNING:
This feature might not be available to you. Check the **version history** note above for details. This feature might not be available to you. Check the **version history** note above for details.
Project access tokens are scoped to a project and can be used to authenticate with the [GitLab API](../../../api/index.md#personalproject-access-tokens). You can also use project access tokens with Git to authenticate over HTTP. Project access tokens are scoped to a project and can be used to authenticate with the
[GitLab API](../../../api/index.md#personalproject-access-tokens). You can also use
project access tokens with Git to authenticate over HTTPS. If you are asked for a
username when authenticating over HTTPS, you can use any non-empty value because only
the token is needed.
Project access tokens expire on the date you define, at midnight UTC. Project access tokens expire on the date you define, at midnight UTC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment