Search by

pleio / pleio_login

pleio

This plugin contains all additions to Elgg for Pleio standalone (e.g. OAuth2 login, site permission handling)

Package info

github.com/Pleio/pleio_login

Issues

Type:elgg-plugin

pkg:composer/pleio/pleio_login

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2018-05-30 10:42 UTC

This package is not auto-updated.

Last update: 2026-09-13 10:17:27 UTC


README

To configure this plugin, add the following settings to the Elgg settings.php file:

$CONFIG->pleio = new \stdClass;
$CONFIG->pleio->client = "";
$CONFIG->pleio->secret = "";
$CONFIG->pleio->url = "http://www.pleio.dev/";