[RD] LockLogin | The best authentication plugin ✅ | Fast⚡- Reliable⭐ - Secure⭕ icon

[RD] LockLogin | The best authentication plugin ✅ | Fast⚡- Reliable⭐ - Secure⭕ -----

A plugin that provides security to your Spigot/Bungee server, with some features like 2FA and other



API adaptations
I added 2 new API methods to login and register a player, these methods will return an AuthResult object


Code (Java):
PlayerAPI api = new PlayerAPI (player ) ;

AuthResult result = api. tryLogin ( true ) ; //AuthResult result = api.tryLogin(true, "You've been logged);
//Also works with:
AuthResult result = api. tryRegister ( "aRandomPassword" ) ;

switch (result ) {
      case OFFLINE :
      case CANCELLED :
          break ;
      case SUCCESS :
      case SUCCESS_TEMP :
          System. out. printIn ( "YAY!" ) ;
          break ;
      case IDLE :
          System. out. printIn ( "Processing..." ) ;
          break ;
}
----------, Sep 9, 2020
Resource Information
Author:
----------
Total Downloads: 117,660
First Release: Feb 13, 2020
Last Update: Jan 20, 2024
Category: ---------------
All-Time Rating:
82 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings