msojda / omniauth-shoplo

OmniAuth strategy for Shoplo (OAuth 1.0a)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

OmniAuth Shoplo strategy

Installing

Add to your Gemfile:

gem 'omniauth-shoplo'

Then add the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :shoplo, ENV['APP_KEY'], ENV['APP_SECRET']
end

About

OmniAuth strategy for Shoplo (OAuth 1.0a)


Languages

Language:Ruby 100.0%