Commit Graph

2 Commits

Author SHA1 Message Date
c0746a7f02 **feat(webhook):** add WEBHOOK_SECRET for token authentication support
All checks were successful
CI / build-test (push) Successful in 1m28s
- Protect `/webhook` endpoint using the `Authorization` header
- Update `README.md` with setup instructions and examples for authentication
- Warn when `WEBHOOK_SECRET` is not configured
- Add tests for valid, missing, and invalid token scenarios
- Update `docker-compose.yml` to support `WEBHOOK_SECRET` configuration
2026-02-27 14:58:43 +01:00
2077d4132b Initialize project with DIUN Webhook Dashboard: core Go app, Docker setup, static assets, and documentation. 2026-02-23 16:47:50 +01:00