Closed hyunbin7303 closed 1 year ago
public record UserCreateDto { public string UserName { get; set; } public string Password { get; set; } public string Email { get; set; } public string FirstName { get; set; } public string LastName { get; set; } }
Request endpoint is going to be api/auth/register
api/auth/register
.SetTokenEndpointUris("/connect/token") Getting token from the Identity Service.
.SetTokenEndpointUris("/connect/token")
Request endpoint is going to be
api/auth/register