Project

ehsso

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
EH Single Sign On
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.3
>= 6.1
~> 13.0
~> 3.12
~> 0.21
~> 1.18

Runtime

~> 1.3
~> 3.1.9
~> 1.6.5
 Project Readme

Gem Version Maintainability Test Coverage ci

ehsso

Company specific Single Sign On for Rails applications.

Supported Ruby Versions

Currently supported and tested ruby versions are:

  • 3.4
  • 3.3
  • 3.2
  • 3.1

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.