aboutsummaryrefslogtreecommitdiffstats
path: root/internal/auth/auth_test.go
Commit message (Expand)AuthorAgeFilesLines
* refactor: migrate nostr dependency to code.northwest.iobndw2026-02-161-1/+1
* feat: integrate config system into relay main.gobndw2026-02-141-2/+2
* refactor: remove frivolous comments from auth validation/credentialsbndw2026-02-141-1/+1
* refactor: restructure auth config for better UXbndw2026-02-141-1/+8
* refactor: simplify isWriteMethod to only check actual API methodsbndw2026-02-141-12/+4
* feat: add separate read/write allowlists for granular access controlbndw2026-02-141-0/+38
* feat: implement NIP-98 HTTP auth for gRPCbndw2026-02-141-0/+306