|
Last change
on this file since cab02ad was c7d4a59, checked in by stefansaveski <stefansaveski19@…>, 11 months ago |
|
Refactor DTOs and remove user management
Updated AuthController to use RegisterDto and LoginDto for more specific DTO usage in registration and login methods. Removed UsersController and its methods, indicating a refactor or removal of user management functionality. Replaced UserDto with LoginDto, RegisterDto, and UserResponseDto in UserDTO.cs, and introduced a UserRole enum. Updated AuthService to use new DTOs and adjusted JWT token configuration. Removed UserService and IUserService, suggesting a redesign or deprecation of user service functionality. Updated IAuthService to align with AuthService changes.
|
-
Property mode
set to
100644
|
|
File size:
256 bytes
|
Note:
See
TracBrowser
for help on using the repository browser.