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
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.
JWT claims allow to authenticate websocket connections to RPC to enable firewall delegations. Inside the JWT claim there is also the
rpc_urlso 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.