pleio/pleio

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

Installs: 1 146

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:elgg-plugin

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

This package is not auto-updated.

Last update: 2024-04-27 17:20:31 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/";