feat: execute full-repo remaining parity closure plan

This commit is contained in:
Joseph Doherty
2026-02-23 13:08:52 -05:00
parent cbe1fa6121
commit 2b64d762f6
75 changed files with 2325 additions and 121 deletions

View File

@@ -40,6 +40,10 @@ public sealed class NatsOptions
// Default/fallback
public string? NoAuthUser { get; set; }
// Auth extensions
public Auth.ExternalAuthOptions? ExternalAuth { get; set; }
public Auth.ProxyAuthOptions? ProxyAuth { get; set; }
// Auth timing
public TimeSpan AuthTimeout { get; set; } = TimeSpan.FromSeconds(2);