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

Latest commit

 

History

History
19 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 342 Bytes

omniauth-campfire

The official OmniAuth strategy for CAMPFIRE.

NOTE: OAuth with CAMPFIRE is not publicity available for now.

Installation

gem 'omniauth-campfire'

Usage

use use OmniAuth::Builder do
  provider :campfire, ENV["CAMPFIRE_CLIENT_ID"], ENV["CAMPFIRE_CLIENT_SECRET"]
end