Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed up WebAPI sample so it works with anonymous clients. | Andrew Arnott | 2013-03-02 | 1 | -1/+7 |
| | |||||
* | Removes the memory crypto key store from the sample. | Andrew Arnott | 2013-03-02 | 5 | -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 Arnott | 2013-03-02 | 3 | -19/+5 |
| | |||||
* | Adds a WebAPI sample that is its own authorization server and resource server. | Andrew Arnott | 2013-03-01 | 112 | -0/+34125 |