An OmniAuth strategy for authenticating to Todoist. To use it you'll need to register an application with Todoist to get an OAuth2 Client ID and Secret. More info on what and how you can use Todoist's API can we found in their api docs.
use OmniAuth::Builder do
provider :todoist, ENV['TODOIST_CLIENT_ID'], ENV['TODOIST_CLIENT_SECRET']
end
Copyright (c) 2013 Beeminder inc. See LICENSE.txt for further details.