feat: add access keys list & revoke section to playground#96
feat: add access keys list & revoke section to playground#96
Conversation
Adds a new "Access Keys (list & revoke all)" section that merges keys from the provider store (locally created) and on-chain (via tidx indexer). Each key shows its source (store/chain/both) and pending status, with per-key remove buttons and bulk clear/revoke actions. - New /access-keys/:address worker endpoint using tidx to query KeyAuthorized/KeyRevoked events - TIDX_BASIC_AUTH env var for indexer authentication - tidx.ts added as a playground dependency
commit: |
|
|
…cess-keys # Conflicts: # playgrounds/web/worker/access-keys.ts
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Summary
/access-keys/:addressworker endpoint querying tidx forKeyAuthorized/KeyRevokedeventstidx.tsdependency andTIDX_BASIC_AUTHenv var