- Version: 0.1.0
- Author: Remie Bolte http://github.com/remie
- Build Date: 2011-09-28
- Requirements: Symphony 2.2.3, PECL http module http://nl.php.net/manual/en/function.http-post-data.php
- Download the GitHub OAuth extension and upload the
githuboauthfolder to theextensionsfolder. - Enable the extension by selecting
GitHub OAuthin the list and chooseEnablefrom the with-selected menu, then click Apply. - Edit the application credentials and scope in the
Preferencesscreen
After installing this extension and providing the required information you can use it by adding the GitHub Authentication event to one of your pages.
The event is triggered automatically and will redirect the user to the GitHub login page. Upon granting permission the user is redirected back to the application and the authentication token is retrieved.
A github event is added to the event XML in your page output. If the authentication is successful, the token is added as attribute.
It is advised to only use this token server-side. Based on the application scope it might provide read/write access to User information and repositories on GitHub. You can either retrieve it from the event list or access the 'tokenvalue from thegithub` session cookie in your custom events.
The plan is to further develop this extension with several events to allow specific user information to be added to the output XML for usage in XSLT templates.
- initial release of this extension