[go: nahoru, domu]

Skip to content

tqtran7/flarum-ext-auth-ibm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

A flarum extension that adds ibm single-sign-on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages