Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 909 Bytes

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