1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update OAuth app capitalization (#37845)

This commit is contained in:
Sarah Edwards
2023-06-19 09:39:09 -07:00
committed by GitHub
parent 226f84c170
commit eaa6f5d037
68 changed files with 200 additions and 181 deletions

View File

@@ -103,7 +103,7 @@ export default [
'Node',
'Nonprofits',
'Notifications',
'OAuth Apps',
'OAuth apps',
'Open Source',
'Organizations',
'Packages',

View File

@@ -338,8 +338,7 @@
that they configure and control.
- term: integration
description: >-
A third-party application that integrates with GitHub. These can be GitHub
Apps, OAuth Apps, or webhooks.
A third-party application that integrates with GitHub. These are often {% data variables.product.prodname_github_app %}s, {% data variables.product.prodname_actions %}, or custom actions. For more information, see "[AUTOTITLE](/get-started/exploring-integrations/about-building-integrations)."
- term: issue
description: >-
Issues are suggested improvements, tasks or questions related to the
@@ -459,12 +458,12 @@
description: >-
Updates, delivered by either the web or email depending on your settings,
that give you information about the activities you're interested in.
- term: OAuth App
- term: OAuth app
description: >-
A third-party application that uses access tokens rather than passwords to
access information for users.
- term: OAuth token
description: The access token used in OAuth Apps to access information for users.
description: The access token used by {% data variables.product.prodname_oauth_app %}s to access information for users.
- term: outside collaborator
description: >-
A user who has been given access to one or more of an organizations
@@ -659,7 +658,7 @@
use it across GitHub in issues and pull requests.
- term: scope
description: >-
Named groups of permissions that an OAuth App can request to access both
Named groups of permissions that an {% data variables.product.prodname_oauth_app %} or {% data variables.product.pat_v1 %} can request to access both
public and non-public data.
- term: seat
description: >-

View File

@@ -1 +1 @@
{% ifversion fpt or ghec %}A user or organization can own up to 100 OAuth apps.{% endif %}
{% ifversion fpt or ghec %}A user or organization can own up to 100 {% data variables.product.prodname_oauth_app %}s.{% endif %}

View File

@@ -1 +1 @@
{% ifversion ghes %}By default, user access token{% else %}User access token{% endif %} requests are limited to {% ifversion ghae %}15,000{% elsif fpt or ghec or ghes %}5,000{% endif %} requests per hour and per authenticated user. All requests from OAuth applications authorized by a user or a {% data variables.product.pat_generic %} owned by the user, and requests authenticated with any of the user's authentication credentials, share the same quota of {% ifversion ghae %}15,000{% elsif fpt or ghec or ghes %}5,000{% endif %} requests per hour for that user.
{% ifversion ghes %}By default, user access token{% else %}User access token{% endif %} requests are limited to {% ifversion ghae %}15,000{% elsif fpt or ghec or ghes %}5,000{% endif %} requests per hour and per authenticated user. All requests from {% data variables.product.prodname_oauth_app %}s authorized by a user or a {% data variables.product.pat_generic %} owned by the user, and requests authenticated with any of the user's authentication credentials, share the same quota of {% ifversion ghae %}15,000{% elsif fpt or ghec or ghes %}5,000{% endif %} requests per hour for that user.

View File

@@ -86,9 +86,9 @@
| `migration` | Contains activities related to transferring data from a *source* location (such as a {% data variables.product.prodname_dotcom_the_website %} organization or a {% data variables.product.prodname_ghe_server %} instance) to a *target* {% data variables.product.prodname_ghe_server %} instance.
{%- endif %}
| `oauth_access` | Contains activities related to OAuth access tokens.
| `oauth_application` | Contains activities related to OAuth Apps.
| `oauth_application` | Contains activities related to {% data variables.product.prodname_oauth_app %}s.
{%- ifversion fpt or ghec %}
| `oauth_authorization` | Contains activities related to authorizing OAuth Apps.
| `oauth_authorization` | Contains activities related to authorizing {% data variables.product.prodname_oauth_app %}s.
{%- endif %}
| `org` | Contains activities related to organization membership.
{%- ifversion ghec or ghes or ghae %}

View File

@@ -1 +1 @@
The next time you clone an HTTPS URL that requires authentication, Git will prompt you to log in using a browser window. You may first be asked to authorize an OAuth app.{% ifversion not ghae %} If your account or organization requires [two-factor auth](/authentication/securing-your-account-with-two-factor-authentication-2fa), you'll also need to complete the 2FA challenge.{% endif %}
The next time you clone an HTTPS URL that requires authentication, Git will prompt you to log in using a browser window. You may first be asked to authorize an {% data variables.product.prodname_oauth_app %}.{% ifversion not ghae %} If your account or organization requires [two-factor auth](/authentication/securing-your-account-with-two-factor-authentication-2fa), you'll also need to complete the 2FA challenge.{% endif %}

View File

@@ -1 +1 @@
You can enable other users to authorize your OAuth App.
You can enable other users to authorize your {% data variables.product.prodname_oauth_app %}.

View File

@@ -1 +1 @@
You can replace the default badge on your OAuth App by uploading your own logo image and customizing the background.
You can replace the default badge on your {% data variables.product.prodname_oauth_app %} by uploading your own logo image and customizing the background.

View File

@@ -1 +1 @@
You can create and register an OAuth App under your personal account or under any organization you have administrative access to. While creating your OAuth app, remember to protect your privacy by only using information you consider public.
You can create and register an {% data variables.product.prodname_oauth_app %} under your personal account or under any organization you have administrative access to. While creating your {% data variables.product.prodname_oauth_app %}, remember to protect your privacy by only using information you consider public.

View File

@@ -1 +1 @@
You can delete OAuth Apps when you no longer use them.
You can delete {% data variables.product.prodname_oauth_app %}s when you no longer use them.

View File

@@ -1 +1 @@
After creating and registering an OAuth App, you can make changes to it.
After creating and registering an {% data variables.product.prodname_oauth_app %}, you can make changes to it.

View File

@@ -1 +1 @@
You can transfer ownership of an OAuth App to another user or organization.
You can transfer ownership of an {% data variables.product.prodname_oauth_app %} to another user or organization.

View File

@@ -117,8 +117,8 @@ pat_v1_caps_plural: >-
prodname_marketplace: 'GitHub Marketplace'
prodname_github_app: 'GitHub App'
prodname_github_apps: 'GitHub Apps'
prodname_oauth_app: 'OAuth App'
prodname_oauth_apps: 'OAuth Apps'
prodname_oauth_app: 'OAuth app'
prodname_oauth_apps: 'OAuth apps'
# API and developer docs
prodname_enterprise_api: '{% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'