enable JWT by default (#3610)
This commit is contained in:
parent
a1ae53fbdf
commit
3088da1303
|
@ -198,7 +198,7 @@ type
|
||||||
useJwt* {.
|
useJwt* {.
|
||||||
hidden
|
hidden
|
||||||
desc: "Enable JWT authentication headers; temporary option feature gate (debugging; option may be remove without warning)",
|
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
|
name: "use-jwt-debug" }: bool
|
||||||
|
|
||||||
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.8/src/engine/authentication.md#key-distribution
|
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.8/src/engine/authentication.md#key-distribution
|
||||||
|
|
Loading…
Reference in New Issue