We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d33be6 commit 967d769Copy full SHA for 967d769
README.md
@@ -1,9 +1,17 @@
1
+
2
+
3
# OmniAuth GitHub
4
5
This is the official OmniAuth strategy for authenticating to GitHub. To
6
use it, you'll need to sign up for an OAuth2 Application ID and Secret
7
on the [GitHub Applications Page](https://github.com/settings/applications).
8
9
+## Installation
10
11
+```ruby
12
+gem 'omniauth-github', github: 'omniauth/omniauth-github', branch: 'master'
13
+```
14
15
## Basic Usage
16
17
```ruby
0 commit comments