No release in over a year
Unofficial OmniAuth strategy for Teamwork.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 3.12

Runtime

>= 1.2, < 3
 Project Readme

OmniAuth Teamwork  Build Status Gem Version

This gem contains the Teamwork strategy for OmniAuth.

Installing

Add to your Gemfile:

gem 'omniauth-teamwork'

Then bundle install

Usage

OmniAuth::Strategies::Teamwork is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: https://github.com/intridea/omniauth.

Here's a quick example, adding the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :teamwork, ENV['TEAMWORK_CLIENT_ID'], ENV['TEAMWORK_CLIENT_SECRET']
end

License

Copyright (c) 2023 Kalpana, Inc. See LICENSE for details.