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

Development

~> 0.6
~> 2.7
~> 0.10
~> 1.20

Runtime

 Project Readme

OmniAuth ICOS ID

This gem contains the ICOS ID strategy for OmniAuth.

For more information about ICOS ID: http://icosid.com

Installing

Add to your Gemfile:

gem 'omniauth-icos'

Then bundle install.

Basic Usage

Rails.application.config.middleware.use OmniAuth::Builder do
   provider :icos, ENV['ICOS_CLIENT_ID'], ENV['ICOS_CLIENT_SECRET']
end

You should use the provider name which is 'icos'.

After you have the gem running and the configuration is done, you can get to the follow url to log the user in:

http://localhost:3000/users/auth/icos