Skip to content

Commit 9c87a7d

Browse files
committed
Added notes and links for more info on OAuth
1 parent 799ce3d commit 9c87a7d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ var github = new Github({
3737
```
3838

3939
You can use either:
40-
* Authorised App Tokens (via client/secret pairs), used for bigger applications
41-
* Personal Access Tokens (simpler to set up), used on command lines, scripts etc
40+
* Authorised App Tokens (via client/secret pairs), used for bigger applications, created in web-flows/on the fly
41+
* Personal Access Tokens (simpler to set up), used on command lines, scripts etc, created in GitHub web UI
4242

43-
See this page for more info: [Creating an access token for command-line use](https://help.github.com/articles/creating-an-access-token-for-command-line-use)
43+
See these pages for more info:
44+
[Creating an access token for command-line use](https://help.github.com/articles/creating-an-access-token-for-command-line-use)
45+
[Github API OAuth Overview] (http://developer.github.com/v3/oauth)
4446

4547
## Repository API
4648

0 commit comments

Comments
 (0)