@Override
    public CompletableFuture<User> loginWithEmail(String email, String password) {
        userChecker(true, "when authenticating");
        try {
            argsChecker(email, password);