8000 One could register a personal access token to auth · Git-Beadup/developer.github.com@e571116 · GitHub
[go: up one dir, main page]

Skip to content

Commit e571116

Browse files
stevemaoSteve Mao
authored andcommitted
One could register a personal access token to auth
1 parent 0c9b239 commit e571116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/v3/oauth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ All developers need to [register their
1717
application](https://github.com/settings/applicat 6968 ions/new) before getting
1818
started. A registered OAuth application is assigned a unique Client ID
1919
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.**
2024

2125
## Web Application Flow
2226

0 commit comments

Comments
 (0)
0