Gem Version Code Climate Dependency Status

ehsso

Company specific Single Sign On for Rails applications.

Installation

Simply add ehsso to your Gemfile and bundle it up.

gem 'ehsso'

Configuration

Configure ehsso with an initializer.

Ehsso.configure do |config|
  # Application reference
  config.module_key = 'my_module_key'

  # Service Endpoint
  config.base_url   = 'http://{host}:{port}'
  config.username_and_password = 'username:password'
end

Usage

to do....

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/thomis/ehsso.