Skip to content

tinbka/omniauth-underarmour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth UnderArmour Strategy

This gem is an OmniAuth 1.0+ Strategy for the UnderArmour API.

Usage

Add the strategy to your Gemfile:

gem 'omniauth-underarmour'

Then integrate the strategy into your middleware:

use OmniAuth::Builder do
  provider :underarmour, 'consumer_key', 'consumer_secret'
end

In Rails, create a new file under config/initializers called omniauth.rb to plug the strategy into your middleware stack.

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :underarmour, 'consumer_key', 'consumer_secret'
end

For usage with Devise go to Facebook Example at Devise wiki.

To register your application with Fitbit and obtain a consumer key and secret, go to the UnderArmour Mashery ID registration.

For additional information about OmniAuth, visit OmniAuth wiki.

For a short tutorial on how to use OmniAuth in your Rails application, visit this tutsplus.com tutorial.

About

OmniAuth OAuth2 strategy for UnderArmour

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages