summaryrefslogtreecommitdiffstats
path: root/src/OpenID/OpenIdProviderMvc/Controllers/HomeController.cs
Commit message (Collapse)AuthorAgeFilesLines
* remove Authorize attributepete-kirkham2013-09-121-1/+1
| | | Having the authorise attribute on the home controller prevents xrds requests from succeeding.
* * Included OpenIdRelyingPartyWebFormsDavid Christiansen2012-07-061-7/+1
| | | | * Fixed MVC references
* W.I.P.David Christiansen2012-03-151-0/+29
* Initial migration and reference to DNOA Nuget packages (From teamcity.dotnetopenauth.net) * Awaiting fix to DotNetOpenAuth.OpenIdOAuth.nuspec in order to complete migration.