Changes between Version 1 and Version 2 of OpenId
- Timestamp:
- Apr 5, 2011, 4:40:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenId
v1 v2 38 38 Web RPC called by client. 39 39 Takes nonce ID as arg. 40 Returns status .40 Returns status and, if successful, authenticator. 41 41 42 42 GUI RPCs … … 45 45 initiate call to openid_poll.php 46 46 * '''openid_poll_poll(status)''': 47 poll for completion 47 poll for completion; if success, return authenticator 48 48 49 49 Manager … … 54 54 * call openid_poll() and openid_poll_poll() 55 55 until get status other than PENDING 56 * show success or failure 56 * On success, do project_attach() GUI RPC using authenticator 57 * show success or failure in wizard