From 28e36dbef7788dfeaa20d5e8f578ea24792e84cc Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Fri, 28 Oct 2011 21:33:08 +1300 Subject: [PATCH] Update example response to match current output from the verifier --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 23dc513..1ecb2af 100644 --- a/README.rst +++ b/README.rst @@ -122,11 +122,11 @@ If you do not wish to automatically create user accounts, you may manually verif ``result`` will be False if the assertion failed, or a dictionary similar to the following: :: { - u'audience': u'mysite.com:443', + u'audience': u'https://mysite.com:443', u'email': u'myemail@example.com', - u'issuer': u'browserid.org:443', + u'issuer': u'browserid.org', u'status': u'okay', - u'valid-until': 1311377222765 + u'expires': 1311377222765 } You are of course then free to store the email in the session and prompt the user to sign up using a chosen identifier as their username, or whatever else makes sense for your site.