summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build s...lcalabrese2015-08-071-16/+1
* Test greenDavid Christiansen2015-01-051-102/+69
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-3/+2
* Fix System.Web.Mvc referencemotiazu2014-12-011-1/+2
* Moves all MVC dependencies from core assemblies to a separate assembly.Andrew Arnott2013-10-191-0/+4
* Updates NuGet packages.Andrew Arnott2013-10-191-58/+92
* Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-031-0/+8
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-1/+1
* Removes the memory crypto key store from the sample.Andrew Arnott2013-03-021-1/+0
* Removes trivial nonce store implementation from WebAPI sample.Andrew Arnott2013-03-021-1/+0
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-011-0/+307