Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #90 from andreazevedo/patch-1
Browse files Browse the repository at this point in the history
Correcting link to create new application.
  • Loading branch information
leereilly committed Mar 27, 2012
2 parents f00ea42 + 46c6699 commit c9ce784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2010-04-23-oauth.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: OAuth

OAuth2 is a protocol that lets external apps request authorization to private details in a user's GitHub account without getting their password. This is preferred over Basic Authentication because tokens can be limited to specific types of data, and can be revoked by users at any time.

All developers need to [register their application](http://github.com/account/applications/new) before getting started. A registered OAuth application is assigned a unique Client ID and Client Secret. The Client Secret should not be shared.
All developers need to [register their application](https://github.com/settings/applications/new) before getting started. A registered OAuth application is assigned a unique Client ID and Client Secret. The Client Secret should not be shared.

## Web Application Flow

Expand Down

0 comments on commit c9ce784

Please sign in to comment.