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