-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.meta.xml
26 lines (26 loc) · 1.04 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<extension id="oauth" status="experimental" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>OAuth</name>
<description>Allow Users to use oAuth as a Login System and provide data-sources for login and data-retrieval. Support is currently limited for the main providers</description>
<repo type="github">https://github.com/jonmifsud/oauth</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/88912/</url>
<url type="homepage">http://jonmifsud.com</url>
<types>
<type>Third Party Integration</type>
</types>
<authors>
<author>
<name github="jonmifsud" twitter="jonmifsud" symphony="gunglien">Jonathan Mifsud</name>
<email>[email protected]</email>
<website>http://jonmifsud.com</website>
</author>
</authors>
<releases>
<release version="0.1.3" date="2012-07-24" min="2.3">
Minor Bug Fixes + Addition of an oAuth event to allow post requests
</release>
<release version="0.1.2" date="2012-06-04" min="2.3">
- Initial release
</release>
</releases>
</extension>