Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds AuthorizationServer.DecodeRefreshToken | Andrew Arnott | 2012-07-20 | 1 | -2/+2 |
| | | | | | | And a unit test. Fixes #182 | ||||
* | Authorization Server hosts now instantiate their own AccessTokens rather ↵ | Andrew Arnott | 2012-04-25 | 1 | -6/+5 |
| | | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think. | ||||
* | Moved access token signing key to the parameters object. | Andrew Arnott | 2012-03-31 | 1 | -1/+3 |
| | | | | | | This also presumably solves the threading concerns of sharing one instance. Fixes #34 | ||||
* | Consolidated all code and token serializations to one binding element. | Andrew Arnott | 2012-03-30 | 1 | -0/+120 |