Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayesgm/omniauth-lightspeed
An OmniAuth strategy for Lightspeed's API
https://github.com/hayesgm/omniauth-lightspeed
Last synced: about 1 month ago
JSON representation
An OmniAuth strategy for Lightspeed's API
- Host: GitHub
- URL: https://github.com/hayesgm/omniauth-lightspeed
- Owner: hayesgm
- Created: 2016-01-25T22:53:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T23:14:23.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T14:01:58.419Z (7 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OmniAuth Lightspeed Strategy
An OmniAuth Lightspeed Strategy. Does what it says on the box.
## Usage
```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
provider :lightspeed, ENV['LIGHTSPEED_CLIENT_ID'], ENV['LIGHTSPEED_CLIENT_SECRET'], scope: 'employee:all'
end
```## TODO
* Support situation where an access token can have access to more than one account.
* Determine if the above is even possible.## I found a bug!
1. Pull requests are welcome.
2. OR: Provide steps to reproduce the bug in a new issue.