From ce7de3581cd678dd09227bdfde94fefb779f5a86 Mon Sep 17 00:00:00 2001 From: diva Date: Wed, 17 Jun 2009 03:52:39 +0000 Subject: 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. --- OpenSim/Framework/Communications/Services/HGLoginAuthService.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/Communications/Services/HGLoginAuthService.cs') diff --git a/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs b/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs index 8e0205c..f496082 100644 --- a/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs +++ b/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs @@ -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; } -- cgit v1.1