tqtran7/flarum-ext-auth-ibm

Allow users to log in with IBM credentials.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:flarum-extension

dev-master 2017-04-07 00:51 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:33:38 UTC


README

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.

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