Function reth_rpc_layer::secret_to_bearer_header

source ยท
pub fn secret_to_bearer_header(secret: &JwtSecret) -> HeaderValue
Expand description

Helper function to convert a secret into a Bearer auth header value with claims according to https://github.com/ethereum/execution-apis/blob/main/src/engine/authentication.md#jwt-claims. The token is valid for 60 seconds.