Feature: do not store the passwrd as plain text but instead use a public key generated on server side
This commit is contained in:
@@ -145,4 +145,8 @@ public class GuiText implements Gui {
|
||||
return client;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void successfulAuthenticationEvent(String publickey) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user