Skip to content

Commit

Permalink
id is not used for authentication but jwt tokens are, id is just incl…
Browse files Browse the repository at this point in the history
…uded in those
  • Loading branch information
nflaig authored Oct 24, 2023
1 parent 262afb2 commit 36844c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/options/beaconNodeOptions/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const options: CliCommandOptions<ExecutionEngineArgs> = {

"jwtId": {
description:
"An optional identifier to be set in the id field of the claims included in jwt tokens for authentication with EL client's rpc server hosting engine apis",
"An optional identifier to be set in the id field of the claims included in jwt tokens used for authentication with EL client's rpc server hosting engine apis",
type: "string",
group: "execution",
},
Expand Down

0 comments on commit 36844c3

Please sign in to comment.