mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Remove the distinction between password and login key in the authentication
service. This will be done in the login service instead, it's out of scope for an authenticator
This commit is contained in:
@@ -70,11 +70,8 @@ namespace OpenSim.Services.Interfaces
|
||||
// the public key of the peer, which the connector must have
|
||||
// obtained using a remote GetPublicKey call.
|
||||
//
|
||||
string AuthenticatePassword(UUID principalID, string password);
|
||||
byte[] AuthenticatePasswordEncrypted(byte[] cyphertext, byte[] key);
|
||||
|
||||
string AuthenticateWebkey(UUID principalID, string webkey);
|
||||
byte[] AuthenticateWebkeyEncrypted(byte[] cyphertext, byte[] key);
|
||||
string Authenticate(UUID principalID, string password);
|
||||
byte[] AuthenticateEncrypted(byte[] cyphertext, byte[] key);
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
// Verification
|
||||
|
||||
Reference in New Issue
Block a user