We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52ded0 commit 1effc2bCopy full SHA for 1effc2b
1 file changed
NEWS
@@ -36,6 +36,12 @@ instead of openid.ax
36
The openid.extensions.ax.FetchRequest.fromOpenIDRequest method now
37
takes a CheckIDRequest object instead of a Message object
38
39
+The OpenID response (the result of Consumer.complete()) now has a
40
+getDisplayIdentifier() method which should be called instead of
41
+accessing response.identity_url. The value of getDisplayIdentifier()
42
+will be the XRI i-name if XRI is used. The value of
43
+response.identity_url SHOULD, however, be used as the application's
44
+database key for storing account information.
45
46
What's New in Python OpenID 2.0
47
===============================
0 commit comments