Endpunkt für die Ablehnung von Umschlägen hinzugefügt.

This commit is contained in:
Developer 02
2024-06-04 16:11:30 +02:00
parent 34b3c46720
commit 7697939d7e
5 changed files with 75 additions and 52 deletions

View File

@@ -52,7 +52,7 @@ namespace EnvelopeGenerator.Web.Controllers
{
try
{
var authSignature = this.GetAuthenticatedReceiverSignature();
var authSignature = this.GetAuthReceiverSignature();
if (authSignature != envelopeKey.GetReceiverSignature())
return Forbid();