Commit Graph

56 Commits

Author SHA1 Message Date
admin caf77efb32 feat: 更新后端文档位置 2026-06-30 10:49:14 +08:00
admin 9b4181c112 fix(chat): update subscription process steps for clarity and flow 2026-06-29 19:05:59 +08:00
admin 96612da5c0 refactor(tests): update chat quantity limit and unify test URLs across documents 2026-06-29 17:21:46 +08:00
admin 188038846e feat(tests): add login and logout test cases for sidebar and email options 2026-06-25 18:59:49 +08:00
admin 451f285916 feat(docs): add manual tests for chat quantity limit and Facebook login 2026-06-25 15:57:15 +08:00
admin d70e61f92e refactor(auth): switch to class-based social login and v4 route handler
Migrate from function-based social login helpers (`facebookLogin`, `googleLogin`)
to class-based services (`new FacebookLogin().signIn()`, `new GoogleLogin().signIn()`),
updating call sites in `AuthFacebookPanel` and `SplashButton` with try/catch error
handling. The NextAuth route handler is also refactored to the v4 pattern, importing
pre-built `GET` / `POST` exports from `@/lib/auth/nextauth` instead of constructing
the handler inline with `NextAuth(authOptions)`.
2026-06-10 15:34:52 +08:00