Consensys / doc.teku

Documentation for Teku – Ethereum consensus layer client
https://docs.teku.consensys.net/
Apache License 2.0
70 stars 77 forks source link

Document adding `claimId` to the execution engine JWT payload #537

Closed mjsmike62 closed 7 months ago

mjsmike62 commented 10 months ago

Document that claimId can be set in a JWT payload to convey information about the client being authenticated. This is useful for more advanced forms of authentication beyond the basic 1-CL-to-1-EL authentication that's usually done.

Also, document that adding claimId to the JWT payload for the execution engine is tested with ee-jwt-claim-id: foobar.

See PR: Add id claim to the execution engine JWT payload #7816

StefanBratanov commented 7 months ago

Hi, this has been done as part of https://github.com/Consensys/doc.teku/pull/530