mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
* fix images in readme * fix all sample readmes by pointing all images to correct apps location
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
<a target="_blank" href="https://chrome.google.com/webstore/detail/laolmfhjaobpboigjfbclcphckmjodlp"></a>
|
|
|
|
|
|
# GitHub Auth
|
|
|
|
A sample application that uses the
|
|
[Identity API](https://developer.chrome.com/apps/identity.html) to
|
|
request identification information about the user's GitHub account. After user
|
|
logs on to GitHub and authorizes the application to use their information, both
|
|
users name and email address (if available) will be displayed.
|
|
|
|
This app uses the launchWebAuthFlow flow of the Identity API, which is enabling
|
|
authorization with providers other than Google. For autorization using Google
|
|
Account check out the [Identity sample application](../identity).
|
|
|
|
## APIs
|
|
|
|
* [Identity](https://developer.chrome.com/apps/identity.html)
|
|
* [Runtime](https://developer.chrome.com/apps/app.runtime.html)
|
|
* [Window](https://developer.chrome.com/apps/app.window.html)
|
|
|
|
|
|
## Screenshot
|
|

|
|
|