Skip to content

msojda/omniauth-shoplo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages