ChatApi/AuthMiddleware.cs
2024-11-28 22:49:03 -03:00

12 lines
210 B
C#

using Microsoft.AspNetCore.Authentication.JwtBearer;
namespace ChatApi
{
public class AuthMiddleware
{
public void ConfigureServices(IServiceCollection services)
{
}
}
}