2017 © Pedro Peláez
 

flarum-extension flarum-ext-auth-ibm

Allow users to log in with IBM credentials.

image

tqtran7/flarum-ext-auth-ibm

Allow users to log in with IBM credentials.

  • Friday, April 7, 2017
  • by tqtran7
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Description

This is a flarum extension that allow users to sso into the forum by making use of information stored in the cookie from a previous session. This is useful for websites that want to enable sso to flarum from their primary (such as wordpress). If the cookie is encrypted, you must provide the key and salt., (*1)

Setup Instructions

  1. Use composer to install: composer require tqtran7/flarum-ext-auth-ibm
  2. Add sso.ini file to src directory.
  3. Add KEY and SALT like below:
    key    = "SECRET"
    salt   = "SECRET"
  1. Enable the extension using flarum admin page

The Versions

07/04 2017

dev-master

9999999-dev

Allow users to log in with IBM credentials.

  Sources   Download

MIT

The Requires

 

by Thai Tran

authentication