We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8744b89 commit 13ac2caCopy full SHA for 13ac2ca
src/AspNetCore.Authentication.Basic/BasicHandler.cs
@@ -18,7 +18,7 @@ namespace AspNetCore.Authentication.Basic
18
/// <summary>
19
/// Inherited from <see cref="AuthenticationHandler{TOptions}"/> for basic authentication.
20
/// </summary>
21
- internal class BasicHandler : AuthenticationHandler<BasicOptions>
+ public class BasicHandler : AuthenticationHandler<BasicOptions>
22
{
23
24
/// Basic Handler Constructor.
0 commit comments