summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-04-05 21:00:04 +0000
committertailor <cygnus@janrain.com>2007-04-05 21:00:04 +0000
commit4d3de36adbcdca276f2c01b689349c6072e7c140 (patch)
tree53e62d2a1676ac1c586ebc975cc6439873da1d39 /NEWS
parent6dead809814a2e0adc45265f932237398d9378e6 (diff)
downloadphp-openid-4d3de36adbcdca276f2c01b689349c6072e7c140.zip
php-openid-4d3de36adbcdca276f2c01b689349c6072e7c140.tar.gz
php-openid-4d3de36adbcdca276f2c01b689349c6072e7c140.tar.bz2
[project @ NEWS update]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72af2b0..8a010f1 100644
--- a/NEWS
+++ b/NEWS
@@ -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.