Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 301 Bytes

README.rdoc

File metadata and controls

20 lines (10 loc) · 301 Bytes

authlogic_shibboleth

Installation

Rails 2

Install the authlogic_shibboleth gem

$sudo gem install authlogic_shibboleth

Add the gem dependency to your config:

config.gem ‘authlogic_shibboleth’

Rails 3

Add the authlogic_shibboleth gem to your Gemfile

gem ‘authlogic_shibboleth’