7 Commits

Author SHA1 Message Date
Zayden-Jung 9dfe000f2d refactor(auth): remove legacy RESTful user routes and migrate authentication to GraphQL context
- Rename get_current_user to get_current_user_id in auth/deps.py to clarify intent
- Remove legacy /me, /logout routes, and placeholder function from auth/__init__.py
- Remove dependency_overrides from app/main.py
- Update CustomContext to resolve and cache full User objects via db query
2026-05-20 02:52:54 +08:00
Zayden-Jung fe1fde778f fix jwt token decoding; correctly import google auth routes; adjust app/auth/ package 2026-05-19 22:21:27 +08:00
Zayden-Jung 419af38684 fix missing type annotations for graphql query field arguments 2026-05-19 02:03:35 +08:00
Zayden-Jung 9c55cc675e introduce graphql 2026-05-19 00:24:45 +08:00
Zayden-Jung a4c30b0557 update user table 2026-05-17 22:35:05 +08:00
Zayden-Jung 9748992135 use aliyun s3 store for this project 2026-05-17 19:24:20 +08:00
Zayden-Jung 697b074ee3 use my onwn .cliprepo for ai coding 2026-05-17 18:39:05 +08:00