feat(infra): add SessionManager with full session tracking and API key validation

This commit is contained in:
Joseph Doherty
2026-03-19 11:20:44 -04:00
parent 1d498b94b4
commit efbedc60a8
4 changed files with 174 additions and 0 deletions

View File

@@ -6,6 +6,12 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="tests\**\*" />
<Content Remove="tests\**\*" />
<None Remove="tests\**\*" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="Protos/scada.proto" GrpcServices="Server" />
</ItemGroup>