feat: Auth + CRUD completion + Resolution ticket #1

Merged
hzhang merged 4 commits from feat/auth-and-cleanup into main 2026-02-22 01:51:22 +00:00
Owner

Changes

Auth

  • JWT login (POST /auth/token)
  • Get current user (GET /auth/me)
  • bcrypt version fix (4.0.1)

API Endpoints

  • Project members: add/list/remove
  • Project: update/delete
  • User: update
  • System: /version

Cleanup

  • .gitignore (exclude pycache)
  • Remove cached .pyc files

Tested

  • Resolution ticket 创建/查询正常
  • Auth flow (register → login → me) 正常
## Changes ### Auth - JWT login (`POST /auth/token`) - Get current user (`GET /auth/me`) - bcrypt version fix (4.0.1) ### API Endpoints - Project members: add/list/remove - Project: update/delete - User: update - System: `/version` ### Cleanup - `.gitignore` (exclude __pycache__) - Remove cached .pyc files ### Tested - Resolution ticket 创建/查询正常 - Auth flow (register → login → me) 正常
zhi added 4 commits 2026-02-21 12:13:11 +00:00
hzhang merged commit 2982164bd9 into main 2026-02-22 01:51:22 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: zhi/HarborForge.Backend#1