Skip to content
/ ehsso Public

Company specific Single Sign On for Rails applications.

Notifications You must be signed in to change notification settings

thomis/ehsso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2
  • 3.1
  • 3.0
  • 2.7
  • 2.6

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.

About

Company specific Single Sign On for Rails applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages