12 lines
210 B
C#
12 lines
210 B
C#
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
|
|
|
namespace ChatApi
|
|
{
|
|
public class AuthMiddleware
|
|
{
|
|
public void ConfigureServices(IServiceCollection services)
|
|
{
|
|
}
|
|
}
|
|
}
|