Currently the /webhook/docusign route has no authentication. Docusign Connect has a built in feature to support HMAC signatures and OAUTH.
This issue should also add an optional argument into the server to disable this (which will be used for dev/ci).
See the TODO in src/controllers/docusign_webhook.py