8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b239 commit e571116Copy full SHA for e571116
content/v3/oauth.md
@@ -17,6 +17,10 @@ All developers need to [register their
17
application](https://github.com/settings/applicat 6968 ions/new) before getting
18
started. A registered OAuth application is assigned a unique Client ID
19
and Client Secret. The Client Secret should not be shared.
20
+This is preferred over Basic Authentication because tokens can be limited
21
+to specific types of data, and can be revoked by users at any time.
22
+**You may create a [personal access token](https://github.com/settings/tokens/new)
23
+for your own use or implement the web flow below to allow other users to authorize your application.**
24
25
## Web Application Flow
26
0 commit comments