We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a36be commit 43eb8dcCopy full SHA for 43eb8dc
1 file changed
src/ModelContextProtocol.AspNetCore/Authentication/McpAuthenticationHandler.cs
@@ -13,8 +13,6 @@ namespace ModelContextProtocol.AspNetCore.Authentication;
13
/// </summary>
14
public class McpAuthenticationHandler : AuthenticationHandler<McpAuthenticationOptions>, IAuthenticationRequestHandler
15
{
16
- private readonly IOptionsMonitor<McpAuthenticationOptions> _optionsMonitor;
17
-
18
/// <summary>
19
/// Initializes a new instance of the <see cref="McpAuthenticationHandler"/> class.
20
@@ -24,7 +22,6 @@ public McpAuthenticationHandler(
24
22
UrlEncoder encoder)
25
23
: base(options, logger, encoder)
26
27
- _optionsMonitor = options;
28
}
29
30
/// <inheritdoc />
0 commit comments