| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
IAuthorizationServerHost.CreateAccessToken now has access to authoring
usernames.
Fixes #219
|
|
|
|
|
|
| |
The AccessTokenResult constructor accepts an AccessToken, when it should
only accept an AuthorizationServerAccessToken so it's clear what an auth
server host must create so that it's serializable. This fixes that.
|
|
|
|
|
|
|
| |
than just parameters.
AccessTokens are now serialized via a virtual method on that instance.
Fixes #38, I think.
|
|
|
|
|
|
|
|
| |
and access tokens.
(authenticated clients already could).
Fixes #100
|
|
|