gnu-social/plugins/OpenID
2019-09-11 14:14:40 +03:00
..
actions [DATABASE] Introduce a bool type in schema 2019-09-11 11:25:39 +03:00
classes [DATABASE] Various table schema related fixes 2019-09-11 12:07:54 +03:00
doc-src
extlib
lib
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
openid.php [DATABASE] Re-introduce PostgreSQL support 2019-09-11 14:14:40 +03:00
OpenIDPlugin.php
README

The OpenID plugin allows users to use OpenID to login.

See: http://openid.net/

Installation
============
This plugin is enabled by default

Settings
========
openidonly: Whether we only allow logins through OpenID.
trusted_provider: URL to the OpenID provider.
append_username: Whether to append the username at the end of the OpenID URL

Example
=======
$config['site']['openidonly'] = true;
$config['openid']['trusted_provider'] = "http://example.org";
$config['openid']['append_username'] = true;
addPlugin('OpenID');