...

World Wide Web Server 2012-07-04 16:06:59 -07:00
parent ff23484f79
commit eb6ebe6799

@ -1,6 +1,6 @@
Janrain Engage (RPX) is a OpenID based login system for websites ([url]http://www.janrain.com/products/engage[/url]). I have created a CodeIgniter Library for Engage logins (including the mapping functions, which are only available to plus members). It is based on the example code from RPX ([url]https://rpxnow.com/examples/RPX.php[/url]) and the OpenIDRpx Library ([url]http://codeigniter.com/wiki/OpenIDRpx/[/url]).
This library requires PHP 5, JSON, and cURL to function. It also requires that Query Strings are enabled as Engage passes the token to your token url via query strings.
This library requires PHP 5, JSON, and cURL to function. [s]It also requires that Query Strings are enabled as Engage passes the token to your token url via query strings.[/s] For this library to work with Codeigniter, you should set the token to be sent to you via POST in the settings on the Janrain site.
This library is very easy to use. Here is a basic Engage controller (which is used as the token URL).