summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-05-10 20:42:10 +0000
committertailor <cygnus@janrain.com>2006-05-10 20:42:10 +0000
commit66e4a30d41885f618e83ab6b7b8f13ec73f5009d (patch)
treeec21422688dfa4380bfb15f6d418587d6be6a909 /Auth
parent144e91d84203c7b35c3caeb456bd2c470f623284 (diff)
downloadphp-openid-66e4a30d41885f618e83ab6b7b8f13ec73f5009d.zip
php-openid-66e4a30d41885f618e83ab6b7b8f13ec73f5009d.tar.gz
php-openid-66e4a30d41885f618e83ab6b7b8f13ec73f5009d.tar.bz2
[project @ Documentation fixes.]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Consumer.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 61d1d1b..92524c2 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -15,14 +15,11 @@
*
* 1. The user enters their OpenID into a field on the consumer's
* site, and hits a login button.
- *
* 2. The consumer site discovers the user's OpenID server using the
* YADIS protocol.
- *
* 3. The consumer site sends the browser a redirect to the identity
* server. This is the authentication request as described in
* the OpenID specification.
- *
* 4. The identity server's site sends the browser a redirect back
* to the consumer site. This redirect contains the server's
* response to the authentication request.