summaryrefslogtreecommitdiffstats
path: root/examples/consumer/try_auth.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings in try_auth.php, consumer.php. Fixed reference to ↵long2010-07-201-1/+4
| | | | openid-enabled.com in detect.php
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-271-0/+1
| | | | | | This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0. I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-271-1/+0
| | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
* [project @ use the htmlMarkup method to get auto-submitting code, instead of ↵tailor2008-05-271-10/+2
| | | | doing it in the example consumer]
* [project @ Update example RP to use PAPE extension]tailor2007-11-201-0/+7
|
* [project @ Pass return_to to complete() in example consumer]tailor2007-11-131-22/+0
|
* [project @ Change name of OpenID form field in example consumer]tailor2007-10-021-2/+2
|
* [project @ Update example consumer to use SReg API]tailor2007-03-301-2/+9
|
* [project @ Fix javascript in example consumer]tailor2007-03-191-1/+1
|
* [project @ Comments in example consumer]tailor2007-03-101-2/+11
|
* [project @ Refactored example consumer]tailor2007-03-101-44/+70
|
* [project @ Make example consumer send redirect or use form markup]tailor2007-03-061-3/+19
|
* [project @ Fix example consumer so it works in https mode, too]tailor2006-12-011-2/+7
|
* [project @ add sreg[email,postcode] support to server,consumer examples]tailor2006-09-081-4/+4
|
* [project @ Updated example consumer to request sreg.email]tailor2006-07-241-0/+2
|
* [project @ Finished preliminary changes to consumer example]tailor2006-05-111-5/+5
|
* [project @ Further cleaned up example code.]tailor2006-01-251-9/+8
|
* [project @ Refactored example OpenID authentication to hopefully make it ↵tailor2006-01-241-0/+42
much easier to understand.]