taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit e0cc44800afead130af171711e38ea31f01b07dc
parent db13f9b8d1ae43d4465527ffe224ae2e842d9b9d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 25 Jan 2025 17:17:54 +0100

output challenge

Diffstat:
Mpkg/rest/taldir.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/rest/taldir.go b/pkg/rest/taldir.go @@ -550,6 +550,7 @@ func (t *Taldir) registerRequest(w http.ResponseWriter, r *http.Request) { validationExists := (nil == err) // FIXME: Always set new challenge? validation.Challenge = util.GenerateChallenge(t.ChallengeBytes) + log.Printf("Challenge: %s\n", validation.Challenge) if !validationExists { validation.TargetUri = req.TargetUri validation.SolutionAttemptCount = 0