~bigbes/core-go: d3f7b91a

webhooks: implement internal webhook users

AUTH_INTERNAL requests previously could not register webhooks. This
commit adds the necessary changes to allow for this.

Drew DeVault <sir@cmpwn.com> — 2025-01-23 11:32:10 UTC

Commit d3f7b91ae41a41d56a78de7eb065f15b1a155851view raw patch

Parent(s): 465a6f71

3 changed file(s)

FileStatus+
auth/middleware.go M +6 -3
webhooks/config.go M +6 -2
webhooks/context.go M +31 -15