node, rpc: add JWT auth support in client (#24911)
This adds a generic mechanism for 'dial options' in the RPC client, and also implements a specific dial option for the JWT authentication mechanism used by the engine API. Some real tests for the server-side authentication handling are also added. Co-authored-by:Joshua Gutow <jgutow@optimism.io> Co-authored-by:
Felix Lange <fjl@twurst.com>
Showing
node/jwt_auth.go
0 → 100644
node/node_auth_test.go
0 → 100644
rpc/client_opt.go
0 → 100644
rpc/client_opt_test.go
0 → 100644
Please register or sign in to comment