Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 203 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 203 Bytes

Ohloh OAuth Strategy

Strategy to auth with Ohloh via OAuth in OmniAuth.

Basic Usage

use OmniAuth::Builder do
  provider :ohloh, ENV['OHLOH_API_KEY'], ENV['OHLOH_CONSUMER_SECRET']
end