9 Commits

Author SHA1 Message Date
a5696984fc refactor: Update middleware and EdgeProvider for session handling
- Modified middleware matcher to exclude additional routes for improved session management.
- Added login redirection logic in EdgeProvider to ensure users are redirected to the login page if not authenticated.
2025-05-22 17:08:54 +09:00
c76526bf9b chore: Update package.json scripts and enhance middleware session handling
- Added local build and start scripts to package.json for improved local development.
- Commented out login redirection logic in middleware for future implementation.
- Introduced a new checkbox in the sample page for enhanced UI functionality.
- Refactored useAxios to improve request and response handling with better modularization.
- Updated checkbox styles in SCSS for improved visual consistency.
2025-05-22 16:57:54 +09:00
a964e31dee fix: Enable login redirection in middleware to ensure authenticated access to protected routes 2025-05-21 14:12:16 +09:00
692d2b7d84 refactor: comment out login redirection in middleware for future implementation 2025-05-07 17:37:09 +09:00
05f4fe4e94 refactor: enhance session management and routing in middleware and API authentication 2025-05-07 17:16:26 +09:00
02f6ad9f46 chore: add swiper dependency and update package lock; remove unused components for suitable and survey sales 2025-04-30 18:34:48 +09:00
71f7913bee chore: comment out session check in middleware for future login feature implementation 2025-04-30 17:35:03 +09:00
58662400cb chore: Update environment configuration for API URL and enhance next.config.ts with rewrites and CORS headers 2025-04-29 10:23:15 +09:00
7114a6e0bc initial commit 2025-04-04 09:01:49 +09:00