This repository was archived by the owner on Nov 1, 2017. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1.1k
Sync changes from upstream repository#477
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
30 changes: 30 additions & 0 deletionscontent/changes/2014-04-08-reset-api-tokens.md
This file contains hidden or 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,30 @@ | ||
--- | ||
kind: change | ||
title: "Recommendation: Reset OAuth authorizations" | ||
created_at: 2014-04-08 | ||
author_name: pengwynn | ||
--- | ||
As [announced earlier today][heartbleed-blog-post], we are actively responding | ||
to the recently-disclosed [Heartbleed security | ||
vulnerability][heartbleed-blog-post] in OpenSSL. While at this time GitHub has | ||
no indication that the attack has been used beyond testing the vulnerability, we | ||
recommend that integrators [reset the API authorizations][api] for their OAuth | ||
applications. | ||
We've added a [new API method][api] for this exact purpose. Calling this method | ||
will invalidate the old token and return a new token for applications to store | ||
and use in its place. This new method provides a safe way to reset user | ||
authorizations without requiring users to re-authorize the application on the | ||
web. | ||
Integrators can also use the existing revocation methods to [revoke all | ||
tokens][] or [revoke a single token][] for their applications. | ||
If you have any questions or feedback, please [get in touch][contact]. | ||
[contact]: https://github.com/contact?form[subject]=API+resetting+tokens | ||
[api]: /v3/oauth_authorizations/#reset-an-authorization | ||
[revoke all tokens]: /v3/oauth_authorizations/#revoke-all-authorizations-for-an-application | ||
[revoke a single token]: /v3/oauth_authorizations/#revoke-an-authorization-for-an-application | ||
[heartbleed-blog-post]: https://github.com/blog/1818-security-heartbleed-vulnerability |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.