summaryrefslogtreecommitdiffstats
path: root/.ship/service
Commit message (Collapse)AuthorAgeFilesLines
* update deploy artifactsbndw3 days1-5/+5
|
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw3 days1-0/+17
- Config now accepts npub format only (human-readable) - Automatically converts npubs to hex pubkeys at load time - Updated InterceptorOptions.AllowedPubkeys -> AllowedNpubs - Added validation to reject hex format in config (npub only) - Updated documentation to clarify npub-only config - Added comprehensive tests for npub normalization Config is for humans (npub), internal code uses hex pubkeys.