Endpunkt für die Ablehnung von Umschlägen hinzugefügt.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace EnvelopeGenerator.Web.Controllers
|
||||
{
|
||||
try
|
||||
{
|
||||
var authSignature = this.GetAuthenticatedReceiverSignature();
|
||||
var authSignature = this.GetAuthReceiverSignature();
|
||||
|
||||
if (authSignature != envelopeKey.GetReceiverSignature())
|
||||
return Forbid();
|
||||
|
||||
Reference in New Issue
Block a user