aboutsummaryrefslogtreecommitdiffstats
path: root/internal/auth
Commit message (Expand)AuthorAgeFilesLines
* feat: integrate config system into relay main.gobndw2026-02-143-13/+10
* refactor: remove frivolous comments from auth validation/credentialsbndw2026-02-143-61/+9
* refactor: remove frivolous comments from auth and configbndw2026-02-141-68/+10
* refactor: restructure auth config for better UXbndw2026-02-143-61/+103
* refactor: simplify isWriteMethod to only check actual API methodsbndw2026-02-142-33/+7
* feat: add separate read/write allowlists for granular access controlbndw2026-02-143-13/+105
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw2026-02-142-7/+10
* docs: clarify NIP-98 relationship to NIP-42 and write access controlbndw2026-02-141-4/+60
* feat: implement NIP-98 HTTP auth for gRPCbndw2026-02-145-0/+951