Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OmniAuth strategy for ICOS ID

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages