19 Commits

Author SHA1 Message Date
7bb86b1d69 fix: api 반환값 수정 2025-07-25 09:40:11 +09:00
0cfcf5cece fix: api route 권한 처리 로직 수정
- api 결과값과 서버 세션에 저장되는 데이터가 달라 생기는 권한 문제 해결
2025-07-25 09:13:08 +09:00
6426875e62 fix: 2차 판매점 권한 로직 및 조회 권한 수정
- 2차 판매점(Musubi) 시공/일반/수퍼 유저 권한 로직 수정
- 조회의 필수값 (판매점ID, 시공점ID) 없을 경우 본인이 작성한 매물만 조회 가능
- 조회 권한 조건문 default값 추가
2025-07-17 14:47:18 +09:00
807b055152 fix: 일본어 텍스트 수정
- 로그인 실패 시 반환 메세지 일본어로 변경
- 조사매물 PDF 1/2 문구 삭제
- 일본어 띄어쓰기 삭제
2025-07-15 13:24:40 +09:00
432d110f99 feat: 로그인 요청 시 referer 헤더 추가 2025-07-02 18:11:05 +09:00
597f67303e feat: 로그인 요청 시 referer 추가 2025-07-02 11:35:53 +09:00
64a643e619 feat: add builderId to session management
- Updated session data structure to include builderId in session state.
- Modified authentication and partner API routes to handle builderId.
- Adjusted default session and initial state to initialize builderId as null.
2025-06-04 17:10:22 +09:00
ca45c68b9d refactor: update builderNm field in session management
- Set builderNm in session and response payload based on user data for improved session tracking.
- Ensured consistency in session management structures.
2025-06-02 10:15:50 +09:00
53966a16e1 refactor: enhance session management by adding builderNm field
- Introduced builderNm field to SessionData interface for improved session tracking.
- Updated API routes to set builderNm based on user data.
- Modified useAxios hook to manage spinner visibility more effectively.
- Adjusted ReactQueryProvider to disable retry on queries for better performance.
2025-05-30 17:12:54 +09:00
29e7675ada refactor: Enhance authentication API and login component functionality
- Updated authentication API to improve response handling and session management.
- Refactored login component to include validation and keyboard event handling for login submission.
- Improved user feedback by displaying alerts for login success and failure messages.
2025-05-23 10:06:45 +09:00
4e8f698f88 feat: Integrate tracking functionality in authentication API routes for enhanced user activity monitoring; update tracking data structure in tracking route 2025-05-21 11:17:14 +09:00
73b042b0ac refactor: Enhance authentication API to streamline session data handling and role assignment; update login response structure and conditionally render UI elements based on user role 2025-05-20 18:55:24 +09:00
6033054c6e chore: Update environment variables for database connection and refactor authentication API routes to improve session handling and login logic 2025-05-20 17:08:25 +09:00
a2a2b2e6fa fix: restore storeNm property in session management and adjust padding in check and radio components for improved layout 2025-05-13 17:21:22 +09:00
98299ffe92 chore: update @prisma/client and prisma dependencies to version 6.7.0; modify session management in MemberInformationPopup and Header components to utilize session data 2025-05-13 16:10:22 +09:00
f33786a8eb feat: implement user role management in session and update Header component to display user ID 2025-05-13 14:41:09 +09:00
3e16d3a767 feat: implement session management with Zustand and enhance login flow in Login component 2025-05-09 16:05:20 +09:00
05f4fe4e94 refactor: enhance session management and routing in middleware and API authentication 2025-05-07 17:16:26 +09:00
5048fe1c08 chore: axios 설정 충돌 해결 2025-05-07 15:17:01 +09:00