OmniAuth Draft

An OmniAuth strategy for authenticating to Draft. To use it you'll need an OAuth2 Application ID and Secret from Draft. More info (and their api docs) are here.

Basic Usage

use OmniAuth::Builder do
  provider :draft, ENV['DRAFT_APP_ID'], ENV['DRAFT_SECRET']
end

Copyright (c) 2013 Beeminder inc. See LICENSE.txt for further details.