Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Changes to personal access tokens urls and dev apps urls#764

Merged
jonrohan merged 6 commits intomasterfromjonrohan-patch-1
May 6, 2015
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionscontent/changes/2013-09-03-two-factor-authentication.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,8 +26,8 @@ providing multiple options to make the flow simple and easy.
### Personal Access Tokens

Personal access tokens provide the simplest option for using 2FA with Basic
Authentication. You can create these tokens via the [application settings page
on GitHub.com](https://github.com/settings/applications), and you can revoke
Authentication. You can create these tokens via the [tokens settings page
on GitHub.com](https://github.com/settings/tokens), and you can revoke
them at any time. For more information about authenticating to the API with
personal access tokens, be sure to check out our [help article on the
topic][personal-access-tokens].
Expand Down
2 changes: 1 addition & 1 deletioncontent/guides/basics-of-authentication.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -351,4 +351,4 @@ available as a separate project.
[check token valid]: /v3/oauth_authorizations/#check-an-authorization
[platform samples]: https://github.com/github/platform-samples/tree/master/api/ruby/basics-of-authentication
[new oauth app]: https://github.com/settings/applications/new
[app settings]: https://github.com/settings/applications
[app settings]: https://github.com/settings/developers
4 changes: 2 additions & 2 deletionscontent/guides/getting-started.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -188,7 +188,7 @@ redirects the user back to the application:

However, you don't need to set up the entire web flow to begin working with OAuth tokens.
An easier way to get a token is to [create a **personal access token**][personal token] via your
[Applicationsettings page][application settings]:
[Personal access tokenssettings page][tokens settings]:

![Personal Token selection](/images/personal_token.png)

Expand DownExpand Up@@ -541,7 +541,7 @@ Keep learning with the next API guide [Basics of Authentication][auth guide]!
[2fa header]: /v3/auth/#working-with-two-factor-authentication
[oauth section]: /guides/getting-started/#oauth
[personal token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use
[application settings]: https://github.com/settings/applications
[tokens settings]: https://github.com/settings/tokens
[pagination]: /v3/#pagination
[get repo]: /v3/repos/#get
[create repo]: /v3/repos/#create
Expand Down
3 changes: 1 addition & 2 deletionscontent/v3/auth.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,8 +68,7 @@ Because these authentication codes expire quickly, we recommend using the
Authorizations API to [create an access token][create-access] and using that
token to [authenticate via OAuth][oauth-auth] for most API access.

Alternately, you can create access tokens from the Personal Access Token
section of your [application settings page](https://github.com/settings/applications).
Alternately, you can create access tokens from the Personal Access Token [settings page](https://github.com/settings/tokens).

[create-access]: /v3/oauth_authorizations/#create-a-new-authorization
[curl]: http://curl.haxx.se/
Expand Down
2 changes: 1 addition & 1 deletioncontent/v3/oauth.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -323,6 +323,6 @@ user, be sure to check out our [guide][resource-discovery-guide].
[deployments]: /v3/repos/deployments
[public keys]: /v3/users/keys/
[authorized-apps]: https://github.com/settings/applications#authorized
[owned-apps]: https://github.com/settings/applications
[owned-apps]: https://github.com/settings/developers
[org-app-policies]: /changes/2015-01-19-an-integrators-guide-to-organization-application-policies/
[resource-discovery-guide]: /guides/discovering-resources-for-a-user/
5 changes: 3 additions & 2 deletionscontent/v3/oauth_authorizations.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -66,7 +66,7 @@ can be cumbersome. Instead, tokens can be created using the OAuth Authorizations
[Basic Authentication](/v3/auth#basic-authentication). To create tokens for a particular OAuth application, you
must provide its client ID and secret, found on the OAuth application settings
page, linked from your [OAuth applications listing on GitHub][app-listing]. If your OAuth application intends to create multiple tokens for one user you should use `fingerprint` to differentiate between them. OAuth tokens
can also be created through the web UI via the [Application settings page][app-listing].
can also be created through the web UI via the [Personal access tokens settings][tokens-listing].
Read more about these tokens on the [GitHub Help page](https://help.github.com/articles/creating-an-access-token-for-command-line-use).

POST /authorizations
Expand DownExpand Up@@ -265,5 +265,6 @@ links that might be of help:
* [Ruby Sinatra extension](https://github.com/atmos/sinatra_auth_github)
* [Ruby Warden strategy](https://github.com/atmos/warden-github)

[app-listing]: https://github.com/settings/applications
[app-listing]: https://github.com/settings/developers
[tokens-listing]: https://github.com/settings/tokens
[basics auth guide]: /guides/basics-of-authentication/

[8]ページ先頭

©2009-2025 Movatter.jp