summaryrefslogtreecommitdiffstats
path: root/examples/consumer/finish_auth.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 @ demo RP: indentation]tailor2008-06-061-25/+25
|
* [project @ demo RP: escape response information prior to output]tailor2008-06-061-10/+21
|
* [project @ Update example RP to use PAPE extension]tailor2007-11-201-0/+29
|
* [project @ Update example consumer to use getDisplayIdentifier()]tailor2007-11-191-1/+1
|
* [project @ Fix example consumer complete() call]tailor2007-11-131-1/+1
|
* [project @ Pass return_to to complete() in example consumer]tailor2007-11-131-1/+2
|
* [project @ Updated example consumer to not pass query args directly]tailor2007-03-311-1/+1
|
* [project @ Update example consumer to use SReg API]tailor2007-03-301-3/+9
|
* [project @ Comments in example consumer]tailor2007-03-101-2/+7
|
* [project @ Refactored example consumer]tailor2007-03-101-27/+35
|
* [project @ API CHANGE: Make Auth_OpenID_extensionResponse::extensionResponse ↵tailor2007-01-091-1/+1
| | | | take boolean to require extension args to be signed]
* [project @ add sreg[email,postcode] support to server,consumer examples]tailor2006-09-081-0/+3
|
* [project @ Added message to example consumer to show canonical ID for XRI]tailor2006-08-211-0/+5
|
* [project @ Updated example consumer to request sreg.email]tailor2006-07-241-0/+5
|
* [project @ Finished preliminary changes to consumer example]tailor2006-05-111-25/+13
|
* [project @ Fixed a typo in consumer example code.]tailor2006-02-081-1/+1
|
* [project @ re-organize the server example and make it prettier]Josh Hoyt2006-02-081-2/+6
|
* [project @ Further cleaned up example code.]tailor2006-01-251-14/+14
|
* [project @ Refactored example OpenID authentication to hopefully make it ↵tailor2006-01-241-0/+33
much easier to understand.]