multica/server
Naiyuan Qing 8366e91b95 fix(auth): restore email verification login flow from main
The frontend ApiClient had a non-existent `/auth/login` endpoint.
Restored the two-step `sendCode` + `verifyCode` flow matching the
backend, including OTP input UI and CLI browser login callback support.
Also restored `IF NOT EXISTS` in migration 012 to prevent failures on
databases where the column already exists.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 17:40:54 +08:00
..
cmd fix(auth): improve CLI login callback page to match frontend design 2026-03-26 15:44:01 +08:00
internal fix: resolve merge conflicts with main, preserve PAT functionality 2026-03-26 17:19:24 +08:00
migrations fix(auth): restore email verification login flow from main 2026-03-26 17:40:54 +08:00
pkg fix: resolve merge conflicts with main, preserve PAT functionality 2026-03-26 17:19:24 +08:00
go.mod feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
go.sum feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00