summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up WebAPI sample so it works with anonymous clients.Andrew Arnott2013-03-021-1/+7
|
* Removes the memory crypto key store from the sample.Andrew Arnott2013-03-025-71/+142
| | | | 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.
* Removes trivial nonce store implementation from WebAPI sample.Andrew Arnott2013-03-023-19/+5
|
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-01112-0/+34125