Added custom scheme

This commit is contained in:
Max
2024-07-13 16:27:45 +02:00
parent de656cc2e8
commit 5341179e94
5 changed files with 74 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
using Microsoft.AspNetCore.Authentication;
namespace DotBased.ASP.Auth.Scheme;
public class BasedAuthenticationHandlerOptions : AuthenticationSchemeOptions
{
}