https://github.com/pipefy/omniauth-pipefy
OmniAuth strategy for Pipefy
https://github.com/pipefy/omniauth-pipefy
oauth2 pipefy rails ruby
Last synced: 4 months ago
JSON representation
OmniAuth strategy for Pipefy
- Host: GitHub
- URL: https://github.com/pipefy/omniauth-pipefy
- Owner: pipefy
- License: mit
- Created: 2017-02-02T02:18:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T19:36:17.000Z (over 9 years ago)
- Last Synced: 2025-10-11T19:35:16.089Z (9 months ago)
- Topics: oauth2, pipefy, rails, ruby
- Language: Ruby
- Homepage: https://github.com/pipefy/omniauth-pipefy
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Omniauth::Pipefy
This gem contains the Pipefy strategy for OmniAuth.
Pipefy uses OAuth2.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'omniauth-pipefy'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-pipefy
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).