Low commit activity in last 3 years
No release in over a year
OmniAuth strategy for Todoist
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 1.1.1
 Project Readme

OmniAuth Todoist

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.

Basic Usage

use OmniAuth::Builder do
  provider :todoist, ENV['TODOIST_CLIENT_ID'], ENV['TODOIST_CLIENT_SECRET']
end

Copyright

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