forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split "Activating optional features" article into separate GitHub App…
…s and OAuth Apps articles (#36684) Co-authored-by: Sarah Edwards <[email protected]>
- Loading branch information
1 parent
8e3e829
commit 4c2ca46
Showing
9 changed files
with
41 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...auth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Activating optional features for OAuth Apps | ||
intro: 'You can test new optional features for your {% data variables.product.prodname_oauth_apps %}.' | ||
versions: | ||
fpt: '*' | ||
ghae: '*' | ||
ghes: '*' | ||
ghec: '*' | ||
topics: | ||
- OAuth Apps | ||
shortTitle: Activate optional features | ||
--- | ||
{% warning %} | ||
|
||
**Warning:** Optional features are subject to change. | ||
|
||
{% endwarning %} | ||
|
||
## Activating optional features for {% data variables.product.prodname_oauth_apps %} | ||
|
||
{% data reusables.apps.settings-step %} | ||
{% data reusables.user-settings.developer_settings %} | ||
{% data reusables.user-settings.oauth_apps %} | ||
3. Select the {% data variables.product.prodname_oauth_app %} you want to enable an optional feature for. | ||
{% data reusables.apps.optional_feature_activation %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
4. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Optional Features**. | ||
5. Next to the optional feature you want to enable for your app, click **Opt-in**. | ||
1. In the settings sidebar, click **Optional features**. | ||
2. Next to the optional feature you want to enable for your app, click **Opt-in**. |
2 changes: 1 addition & 1 deletion
2
data/reusables/pre-release-program/expiring-user-access-tokens.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% note %} | ||
|
||
**Note:** User access tokens that expire are currently an optional feature and are subject to change. To opt in or out of the token expiration feature, see "[AUTOTITLE](/apps/maintaining-github-apps/activating-optional-features-for-apps)." For more information, see "[Expiring user-to-server access tokens for GitHub Apps](https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps)." | ||
**Note:** User access tokens that expire are currently an optional feature and are subject to change. To opt in or out of the token expiration feature, see "[AUTOTITLE](/apps/maintaining-github-apps/activating-optional-features-for-github-apps)." For more information, see "[Expiring user-to-server access tokens for GitHub Apps](https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps)." | ||
|
||
{% endnote %} |