feat(security): cookie+JWT hybrid auth via AddOtOpcUaAuth

This commit is contained in:
Joseph Doherty
2026-05-26 04:35:48 -04:00
parent 93316e3431
commit 207fc6aba9
3 changed files with 87 additions and 0 deletions
@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("ZB.MOM.WW.OtOpcUa.Security.Tests")]