Sha256: 84e65f1d77f09deba2f0e9e6c3c70a2f6ec5aa01096dd431f11de45cf38bce0e

Contents?: true

Size: 791 Bytes

Versions: 3

Compression:

Stored size: 791 Bytes

Contents

# OmniAuth Eivo OAuth2

[![Gem Version](https://badge.fury.io/rb/omniauth-eivo-oauth2.svg)](http://badge.fury.io/rb/omniauth-eivo-oauth2)

Strategy to authenticate Eivo in OmniAuth.

## Installation

OmniAuth Eivo OAuth2 is distributed as a gem, which is how it should be used in your app.

Include the gem in your Gemfile:

    gem 'omniauth-eivo-oauth2', '~> 1.0'

Integrate this strategy to your OmniAuth middleware.

```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
	provider :eivo, ENV['EIVO_KEY'], ENV['EIVO_SECRET']
end
```

## Author

- [Jonathan Tribouharet](https://github.com/jonathantribouharet) ([@johntribouharet](https://twitter.com/johntribouharet))

## License

OmniAuth Eivo OAuth2 is released under the MIT license. See the LICENSE file for more info.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-eivo-oauth2-1.0.2 README.md
omniauth-eivo-oauth2-1.0.1 README.md
omniauth-eivo-oauth2-1.0.0 README.md