summaryrefslogtreecommitdiffstats
path: root/internal/auth
Commit message (Expand)AuthorAgeFilesLines
* refactor: migrate nostr dependency to code.northwest.iobndw22 hours3-3/+3
* fix: add YAML tags to AuthOperationConfigbndw48 hours1-2/+2
* feat: integrate config system into relay main.gobndw3 days3-13/+10
* refactor: remove frivolous comments from auth validation/credentialsbndw3 days3-61/+9
* refactor: remove frivolous comments from auth and configbndw3 days1-68/+10
* refactor: restructure auth config for better UXbndw3 days3-61/+103
* refactor: simplify isWriteMethod to only check actual API methodsbndw3 days2-33/+7
* feat: add separate read/write allowlists for granular access controlbndw3 days3-13/+105
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw3 days2-7/+10
* docs: clarify NIP-98 relationship to NIP-42 and write access controlbndw3 days1-4/+60
* feat: implement NIP-98 HTTP auth for gRPCbndw3 days5-0/+951