0.0
No commit activity in last 3 years
No release in over 3 years
OmniAuth strategy for miil
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

OmniAuth Miil

This is the OmniAuth strategy for authenticating to Miil. However Miil does not provide Open OAuth Service and API :(

It was created for internal service.

Circle CI Code Climate

Installation

Add this line to your application's Gemfile:

gem 'omniauth-miil', github: 'xendoc/omniauth-miil'

And then execute:

$ bundle install

Usage

You can integrate the strategy into your middleware in a config.ru:

use OmniAuth::Builder do
  provider :miil, ENV['MIIL_CLIENT_ID'], ENV['MIIL_CLIENT_SECRET']
end

In a devise config/initializers/devise.rb:

config.omniauth :miil, ENV['MIIL_CLIENT_ID'], ENV['MIIL_CLIENT_SECRET']

License

OmniAuth Miil is available under the MIT license.