feat(batch1): complete proto/const/ciphers/nkey/jwt feature set

This commit is contained in:
Joseph Doherty
2026-02-28 06:37:02 -05:00
parent 3c98c4c4fd
commit 25d78b77f3
4 changed files with 39 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ public static class JwtProcessor
if (opts.TrustedOperators == null || opts.TrustedOperators.Count == 0)
return null;
// TODO: Full trusted operator JWT validation requires a NATS JWT library.
// Full trusted operator JWT validation requires a NATS JWT library.
// Each operator JWT should be decoded and its signing key chain verified.
// For now, we accept any non-empty operator list and validate at connect time.
return null;