Foxchat.NET/Foxchat.Identity/Authorization/AuthenticationHandler.cs

9 lines
193 B
C#
Raw Normal View History

2024-05-11 15:26:47 +02:00
namespace Foxchat.Identity.Authorization;
public static class AuthenticationHandlerExtensions
{
public static void AddAuthenticationHandler(this IServiceCollection services)
{
}
}