Mentés + JwtMiddleware-ből a dolgok berakva
This commit is contained in:
@@ -7,7 +7,7 @@ namespace WorkFlowCheck.Web.Services
|
||||
{
|
||||
public class UserService : BaseService, IUserService
|
||||
{
|
||||
public UserService(HttpClient httpClient, IConfiguration configuration) : base(httpClient, configuration)
|
||||
public UserService(HttpClient httpClient, IConfiguration configuration, IHttpContextAccessor httpContextAccessor) : base(httpClient, configuration, httpContextAccessor)
|
||||
{
|
||||
}
|
||||
public async Task<ApiResponseDTO<UserDTO>> Authenticate(string username, string password)
|
||||
|
||||
Reference in New Issue
Block a user