Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

microsoftarchive/omniauth-wunderlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth::Wunderlist

Official Omniauth strategy for the Wunderlist OAuth2 API

Installation

Add this line to your application's Gemfile:

gem 'omniauth-wunderlist'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-wunderlist

Usage

With Sinatra

use OmniAuth::Builder do
  provider :wunderlist, CLIENT_ID, CLIENT_SECRET
end

With Rails

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :wunderlist, CLIENT_ID, CLIENT_SECRET
end

Contributing

  1. Fork it ( http://github.com/bscofield/omniauth-wunderlist/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Omniauth strategy for Wunderlist's OAuth2 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%