Finalized version 0.2.0 -- accepts return_sso_url and can be used from multiple instances now (using same shared key).
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array(
|
||||
'title' => 'Discourse SSO',
|
||||
'description' => 'This is a SSO Provider for Discourse (see discourse.org) allowing Typo3 to be used to authenticate discourse users. User\'s name, login and email address is passed to discourse, allowing easy setup of users.',
|
||||
'description' => 'This is a SSO Provider for Discourse (see discourse.org) allowing Typo3 to '.
|
||||
'be used to authenticate discourse users. User\'s name, login and email '.
|
||||
'address is passed to discourse, allowing easy setup of users.',
|
||||
'category' => 'plugin',
|
||||
'author' => 'Dirk Jahnke',
|
||||
'author_email' => 'dirk.jahnke@mailbox.org',
|
||||
@@ -20,7 +22,7 @@ $EM_CONF[$_EXTKEY] = array(
|
||||
'uploadfolder' => '0',
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '0.1.0',
|
||||
'version' => '0.2.0',
|
||||
'constraints' => array(
|
||||
'depends' => array('typo3' => '6.2.0-7.2.99'),
|
||||
'conflicts' => array(),
|
||||
|
Reference in New Issue
Block a user