Authkey is now stored in .config file to allow automatic logging in
This commit is contained in:
@@ -3,6 +3,7 @@ package eu.crushedpixel.replaymod.api.client;
|
||||
public class ApiMethods {
|
||||
|
||||
public static final String register = "register";
|
||||
public static final String check_authkey = "check_authkey";
|
||||
public static final String login = "login";
|
||||
public static final String logout = "logout";
|
||||
public static final String replay_files = "replay_files";
|
||||
|
||||
Reference in New Issue
Block a user