2017 © Pedro Peláez
 

elgg-plugin pleio_login

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

image

pleio/pleio_login

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

  • Wednesday, May 30, 2018
  • by bartj
  • Repository
  • 2 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Pleio login

To configure this plugin, add the following settings to the Elgg settings.php file:, (*1)

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

The Versions

30/05 2018

dev-master

9999999-dev

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

  Sources   Download

GPL-2.0 GPL-2.0-or-later

The Requires

 

plugin theme oauth2 pleio elgg