Currently only the username, password and the role of the user is defined in the model. Expand so it contains other necessary information, such as first & last name, email, etc.
Also, adjust any DTOs, Repositories, Services, Controllers and any other related components to be compatible with the new adjusted model.
Currently only the username, password and the role of the user is defined in the model. Expand so it contains other necessary information, such as first & last name, email, etc. Also, adjust any DTOs, Repositories, Services, Controllers and any other related components to be compatible with the new adjusted model.