Open hyunbin7303 opened 1 year ago
public async Task<IActionResult> Authorize() - Identity
public record UserLoginDto { public string UserName { get; set; } public string Password { get; set; } public string Email { get; set; } }
Request Route api/auth/login
api/auth/login
Description
public async Task<IActionResult> Authorize() - Identity
Request body
Request Route
api/auth/login