From 3088da130392ac2c6790ab9e4f5389282a7be529 Mon Sep 17 00:00:00 2001 From: tersec Date: Sat, 30 Apr 2022 12:18:06 +0000 Subject: [PATCH] enable JWT by default (#3610) --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index d32f2a015..0ce93a1ca 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -198,7 +198,7 @@ type useJwt* {. hidden desc: "Enable JWT authentication headers; temporary option feature gate (debugging; option may be remove without warning)", - defaultValue: false + defaultValue: true name: "use-jwt-debug" }: bool # https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.8/src/engine/authentication.md#key-distribution