Do not send the token on challenge response

pull/55/head
Richard Körber 2017-05-03 12:38:08 +02:00
parent 8ad616da79
commit 7e58017347
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ public class TokenChallenge extends Challenge {
@Override
protected void respond(JSONBuilder cb) {
super.respond(cb);
cb.put(KEY_TOKEN, getToken());
cb.put(KEY_KEY_AUTHORIZATION, getAuthorization());
}

View File

@ -1,5 +1,4 @@
{
"type": "http-01",
"token": "IlirfxKKXAsHtmzK29Pj8A",
"keyAuthorization": "IlirfxKKXAsHtmzK29Pj8A.HnWjTDnyqlCrm6tZ-6wX-TrEXgRdeNu9G71gqxSO6o0"
}