File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,9 @@ If you need a small number of tokens, implementing the [web flow](#web-applicati
212212can be cumbersome. Instead, tokens can be created using the Authorizations API using
213213Basic Authentication. To create tokens for a particular OAuth application, you
214214must provide its client ID and secret, found on the OAuth application settings
215- page, linked from your [ OAuth applications listing on GitHub] [ app-listing ] .
215+ page, linked from your [ OAuth applications listing on GitHub] [ app-listing ] . OAuth tokens
216+ can also be created through the web UI via the [ Application settings page] ( https://github.com/settings/applications ) .
217+ Read more about these tokens on the [ GitHub Help page] ( https://help.github.com/articles/creating-an-access-token-for-command-line-use ) .
216218
217219 POST /authorizations
218220
You can’t perform that action at this time.
0 commit comments