diff options
author | tailor <cygnus@janrain.com> | 2007-04-05 21:00:04 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-05 21:00:04 +0000 |
commit | 4d3de36adbcdca276f2c01b689349c6072e7c140 (patch) | |
tree | 53e62d2a1676ac1c586ebc975cc6439873da1d39 /NEWS | |
parent | 6dead809814a2e0adc45265f932237398d9378e6 (diff) | |
download | php-openid-4d3de36adbcdca276f2c01b689349c6072e7c140.zip php-openid-4d3de36adbcdca276f2c01b689349c6072e7c140.tar.gz php-openid-4d3de36adbcdca276f2c01b689349c6072e7c140.tar.bz2 |
[project @ NEWS update]
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -54,8 +54,10 @@ preferred way to extract extension response parameters from the OpenID response. Instead, see the Auth/OpenID/SReg.php module and the example consumer and server for detailed usage information on constructing Simple Registration requests and inspecting responses. +extensionResponse() is still valid, but now takes a second parameter +(bool) indicating whether extension args should be signed. - The Auth_OpenID_Server's response answer() method now takes -addition parameters to support provider-driven identifier selection. +additional parameters to support provider-driven identifier selection. See the example server and the documentation for Auth_OpenID_CheckIDRequest::answer. |