Implemented separate signature validator

This commit is contained in:
Khwezi Mngoma
2026-06-13 15:45:59 +02:00
parent b984dab2be
commit 99c0508f6f
2 changed files with 31 additions and 0 deletions
@@ -148,6 +148,7 @@
<!-- Shared Usings -->
<ItemGroup>
<Using Include="Microsoft.AspNetCore.Http" />
<Using Include="System.Net.Sockets" />
<Using Include="System.Text.RegularExpressions" />
<Using Include="System.Web" />