You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
JWT claims allow to authenticate websocket connections to RPC to enable firewall delegations. Inside the JWT claim there is also the rpc_url so that it can be used only with the right recipient.
This is a bit redundant as JWTs are created with a very short expiry, plus the RPC can check on-chain whether the signalled URL matches.