7 Commits

Author SHA1 Message Date
7a73dcbd12 refactor: consolidate backend into modular monolith 2026-07-30 15:37:31 +08:00
30fd159041 feat: add Vite configuration for Tiku.PlatformAdmin.Web and update documentation
- Introduced Vite configuration files (vite.config.js, vite.config.ts, vite.config.d.ts) for the React frontend.
- Configured server proxy settings for API endpoints.
- Added Vitest configuration files (vitest.config.js, vitest.config.ts, vitest.config.d.ts) for testing.
- Updated architecture overview to reflect the separation of the platform admin frontend into its own React project.
- Modified quickstart documentation to guide users on starting the platform admin frontend.
2026-07-30 14:54:53 +08:00
d895e1da63 docs: rewrite documentation from current implementation 2026-07-30 13:30:24 +08:00
5c4de4b282 feat(security): complete capability messaging workflows 2026-07-29 11:21:15 +08:00
df88fa19cb feat(security): add distributed authorization foundation 2026-07-29 10:40:10 +08:00
c7f9a4e3c9 feat(auth): replace TOTP with phone-first login 2026-07-28 17:39:29 +08:00
e7d350ec3d feat: bootstrap local platform development 2026-07-28 17:01:44 +08:00