Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected indentation back to being tab based. | Richard Collette | 2014-12-26 | 1 | -49/+49 |
| | |||||
* | Undo CodeMaid formatting | Richard Collette | 2014-12-23 | 1 | -27/+21 |
| | |||||
* | Fix #355 Response.ContentType not set when AsActionResult is used. | Richard Collette | 2014-12-18 | 1 | -69/+77 |
| | |||||
* | Fixes up user rejection cases. | Andrew Arnott | 2013-03-03 | 1 | -2/+5 |
| | |||||
* | Adds an explicit role requirement for WebAPI clients. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Adds OpenID RP to WebAPI sample so it's a real login. | Andrew Arnott | 2013-03-03 | 2 | -6/+33 |
| | |||||
* | Removes the memory crypto key store from the sample. | Andrew Arnott | 2013-03-02 | 1 | -4/+2 |
| | | | | We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table. | ||||
* | Adds a WebAPI sample that is its own authorization server and resource server. | Andrew Arnott | 2013-03-01 | 4 | -0/+111 |