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

Development

~> 1.0
~> 2.4.7
~> 3.12

Runtime

~> 3.10.2
 Project Readme

Gem Version

Omniauth::Strategies::Smashrun

Omniauth strategy for Smashrun ( https://api.smashrun.com/v1/documentation )

Installation

Add this line to your application's Gemfile:

gem 'omniauth-smashrun'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-smashrun

Usage

Register Smashrun Strategy in omniauth configuration file(config/initializers/omniauth.rb)

 Rails.application.config.middleware.use OmniAuth::Builder do
  provider :smashrun, 'client id', 'client secret'
end

Use Smasrun clinet gem for consuming smashrun api

License

MIT License