Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PROJECT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUNTIME: Node.js (Fastify)
DB: PostgreSQL via Sequelize
TEST_STATUS: PASS (Jest)

LAST_VERIFIED_TESTS_DATE: 2026-01-18 02:35 CST
LAST_VERIFIED_TESTS_DATE: 2026-01-29 14:21 CST

---

Expand Down
2 changes: 1 addition & 1 deletion README_REENTRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- Branch: `develop`
- Latest checkpoint: `PROJECT_STATE.md`
- Backend tests: last verified PASS (Jest, 13 suites / 47 tests) on 2026-01-18
- Backend tests: last verified PASS (Jest, 13 suites / 50 tests) on 2026-01-29
- Auth flow: Google OAuth validates `state`, sets httpOnly `session_token` cookie, and validates JWT via `authMiddleware`
- OAuth tokens are encrypted at rest (`TOKEN_ENCRYPTION_KEY`)
- Gmail client persists refreshed tokens to the `Tokens` table
Expand Down