| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
IAuthorizationService to keep service dependencies together.
|
|
|
|
|
|
| |
IAuthorization interface method isAuthorizedForRegion looks up user and region data and delegates the remote authorization check to the AuthorizationServiceConnector
This keeps the IAuthorization as clean as possible and moves the dependency of using a UserProfileData object out to the connector from the scene.
|
| |
|
|
Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
|