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 #815 from stevemao/patch-1
Browse files Browse the repository at this point in the history
One could register a personal access token to auth
  • Loading branch information
pengwynn committed Jul 28, 2015
2 parents aa973bb + e571116 commit decae04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/v3/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ 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.
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.
**You may create a [personal access token](https://github.com/settings/tokens/new)
for your own use or implement the web flow below to allow other users to authorize your application.**

## Web Application Flow

Expand Down

1 comment on commit decae04

@NealGrieco
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Please sign in to comment.