From 68c7e68b3f90fd980661774fdb2bb2d6140a34d0 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 16 Dec 2024 20:27:01 +0000 Subject: implement the other side of auth (hopefully?) also mostly untested for the same reason as last time --- Digitigrade/Job/RequestOutboundAuthToken.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Digitigrade/Job/RequestOutboundAuthToken.php') diff --git a/Digitigrade/Job/RequestOutboundAuthToken.php b/Digitigrade/Job/RequestOutboundAuthToken.php index 69430c8..1786e32 100644 --- a/Digitigrade/Job/RequestOutboundAuthToken.php +++ b/Digitigrade/Job/RequestOutboundAuthToken.php @@ -17,7 +17,7 @@ class RequestOutboundAuthToken extends Job { } public function run() { - Logger::getInstance()->info("responding to $this->domain's dialback challenge"); + Logger::getInstance()->info("requesting token from $this->domain in response to their dialback challenge"); $instance = Instance::findByDomain($this->domain); $instance->requestOutboundAuthToken($this->secret); } -- cgit v1.3