summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/Controllers/UserController.cs
Commit message (Expand)AuthorAgeFilesLines
* Corrected indentation back to being tab based.Richard Collette2014-12-261-49/+49
* Undo CodeMaid formattingRichard Collette2014-12-231-27/+21
* Fix #355 Response.ContentType not set when AsActionResult is used.Richard Collette2014-12-181-69/+77
* Fixes up user rejection cases.Andrew Arnott2013-03-031-2/+5
* Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-031-5/+32
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-011-0/+46