Implementation of a simple authentication service + in connector in route to making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.

This commit is contained in:
diva
2009-06-17 03:52:39 +00:00
parent e1fd76ace6
commit ce7de3581c
11 changed files with 503 additions and 30 deletions

View File

@@ -128,6 +128,8 @@ namespace OpenSim.Framework.Communications.Services
userProfile.WebLoginKey = token;
m_userManager.CommitAgent(ref userProfile);
}
m_log.Warn("[HGLOGIN]: Auth token: " + token);
return response;
}