aboutsummaryrefslogtreecommitdiffstats
path: root/internal/auth/interceptor.go
Commit message (Expand)AuthorAgeFilesLines
* fix: add YAML tags to AuthOperationConfigbndw2026-02-151-2/+2
* feat: integrate config system into relay main.gobndw2026-02-141-9/+6
* refactor: remove frivolous comments from auth and configbndw2026-02-141-68/+10
* refactor: restructure auth config for better UXbndw2026-02-141-46/+72
* refactor: simplify isWriteMethod to only check actual API methodsbndw2026-02-141-21/+3
* feat: add separate read/write allowlists for granular access controlbndw2026-02-141-12/+55
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw2026-02-141-6/+7
* feat: implement NIP-98 HTTP auth for gRPCbndw2026-02-141-0/+215