aboutsummaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket/handler_test.go
Commit message (Expand)AuthorAgeFilesLines
* fix: track rate limit hits in metricsbndw2026-02-151-0/+1
* feat: track authorized (authenticated + successful) requestsbndw2026-02-151-0/+7
* fix: record AUTH attempt metrics in WebSocket handlerbndw2026-02-151-0/+1
* feat: track auth rejections with specific 'unauthorized' statusbndw2026-02-151-0/+7
* test: add integration tests for NIP-42 AUTH and rate limitingbndw2026-02-151-0/+526