summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-57/+0
|
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-041-31/+39
| | | | which avoids bugs in ASP.NET.
* Fixes more samples.Andrew Arnott2013-01-231-4/+6
|
* Basic OpenID RP login sample working again.Andrew Arnott2011-07-311-0/+1
|
* DetectGoogleSession sample now correctly identifies the successful ↵Andrew Arnott2011-04-061-4/+13
| | | | Authenticated result.
* Added DetectGoogleSession sample.Andrew Arnott2011-04-051-0/+37
Closes #21