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

Runtime

 Project Readme

Omniauth Wrike OAuth 2

OmniAuth OAuth2 Strategy to authenticate Wrike.

Usage

Add this line to your application's Gemfile:

gem 'omniauth'
gem 'omniauth-wrike'

Integrate this strategy to your OmniAuth middleware.

use OmniAuth::Builder do
  provider :wrike, ENV['WRIKE_CLIENT_ID'], ENV['WRIKE_CLIENT_SECRET']
end

To get your Wrike client ID and Secret, you must request them here.

Wrike API 3.0 Documentation Wrike API 4.0 Documentation Wrike migration from API v3 to API v4 Documentation

TODO

  • Tests

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Jpuelpan/omniauth-wrike