SPMS_API/SPMS.Application/Interfaces
SEAN e81b12fbea feat: 내 정보 조회/수정 API 구현 (#62)
- ProfileResponseDto, UpdateProfileRequestDto 생성
- IAuthService에 GetProfileAsync, UpdateProfileAsync 추가
- AuthService에 프로필 조회/수정 로직 구현
- ProfileController 생성 (v1/in/account/profile)
2026-02-10 10:48:57 +09:00
..
IAccountService.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
IAuthService.cs feat: 내 정보 조회/수정 API 구현 (#62) 2026-02-10 10:48:57 +09:00
ICredentialEncryptionService.cs feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
IE2EEService.cs feat: E2EE 암호화 유틸리티 구현 (#28) 2026-02-09 16:33:38 +09:00
IJwtService.cs feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
IServiceManagementService.cs feat: 서비스 수정 API 구현 (#54) 2026-02-10 09:44:36 +09:00