Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

EIVO/omniauth-eivo-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth Eivo OAuth2

Gem Version

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.

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

Author

License

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

About

OmniAuth Strategy for EIVO via OAuth2

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages