Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 authored Feb 5, 2020
1 parent 6d33be6 commit 967d769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
![Ruby](https://github.com/omniauth/omniauth-github/workflows/Ruby/badge.svg?branch=master)

# OmniAuth GitHub

This is the official OmniAuth strategy for authenticating to GitHub. To
use it, you'll need to sign up for an OAuth2 Application ID and Secret
on the [GitHub Applications Page](https://github.com/settings/applications).

## Installation

```ruby
gem 'omniauth-github', github: 'omniauth/omniauth-github', branch: 'master'
```

## Basic Usage

```ruby
Expand Down

0 comments on commit 967d769

Please sign in to comment.