An OmniAuth Lightspeed Retail Strategy. Does what it says on the box.
Forked from the the tragically deceased https://github.com/radar/omniauth-lightspeed
Rails.application.config.middleware.use OmniAuth::Builder do
provider :lightspeed, ENV['LIGHTSPEED_CLIENT_ID'], ENV['LIGHTSPEED_CLIENT_SECRET'], scope: 'employee:all'
end
- Pull requests are welcome.
- OR: Provide steps to reproduce the bug in a new issue.