• Joined on 2026-02-23
maximus deleted branch issue-38-websocket from maximus/simpl-liste 2026-04-06 16:07:02 +00:00
maximus merged pull request maximus/simpl-liste#45 2026-04-06 16:07:01 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus closed issue maximus/simpl-liste#38 2026-04-06 16:07:01 +00:00
WebSocket server temps réel
maximus commented on pull request maximus/simpl-liste#45 2026-04-06 15:59:51 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)

Review — APPROVE

Clean WebSocket implementation with proper security (ticket auth, origin validation, session revalidation, heartbeat).

  • Ticket single-use + 30s TTL
  • Origin…
maximus created pull request maximus/simpl-liste#45 2026-04-06 15:55:58 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus created branch issue-38-websocket in maximus/simpl-liste 2026-04-06 15:55:58 +00:00
maximus pushed to issue-38-websocket at maximus/simpl-liste 2026-04-06 15:55:58 +00:00
6d2e7449f3 feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:52:33 +00:00
46ead345b4 Merge pull request 'feat: implement REST API backend with full CRUD and sync (#37)' (#44) from issue-37-api-rest into issue-35-web-setup
be9ba65337 feat: implement REST API backend with full CRUD and sync (#37)
Compare 2 commits »
maximus deleted branch issue-37-api-rest from maximus/simpl-liste 2026-04-06 15:52:33 +00:00
maximus merged pull request maximus/simpl-liste#44 2026-04-06 15:52:31 +00:00
feat: implement REST API backend with full CRUD and sync (#37)
maximus closed issue maximus/simpl-liste#37 2026-04-06 15:52:31 +00:00
API REST backend
maximus commented on pull request maximus/simpl-liste#44 2026-04-06 15:51:08 +00:00
feat: implement REST API backend with full CRUD and sync (#37)

Review — APPROVE

Summary: Comprehensive REST API with 16 route files. Auth, BOLA, Zod validation, idempotency keys all correctly implemented.

Checklist:

  • Every endpoint checks…
maximus created pull request maximus/simpl-liste#44 2026-04-06 15:50:18 +00:00
feat: implement REST API backend with full CRUD and sync (#37)
maximus created branch issue-37-api-rest in maximus/simpl-liste 2026-04-06 15:48:34 +00:00
maximus pushed to issue-37-api-rest at maximus/simpl-liste 2026-04-06 15:48:34 +00:00
be9ba65337 feat: implement REST API backend with full CRUD and sync (#37)
maximus deleted branch issue-36-auth-logto from maximus/simpl-liste 2026-04-06 15:38:47 +00:00
maximus merged pull request maximus/simpl-liste#43 2026-04-06 15:38:46 +00:00
feat: integrate Logto auth with middleware and login page (#36)
maximus closed issue maximus/simpl-liste#36 2026-04-06 15:38:46 +00:00
Auth web + middleware Logto
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:38:46 +00:00
0369597eb6 Merge pull request 'feat: integrate Logto auth with middleware and login page (#36)' (#43) from issue-36-auth-logto into issue-35-web-setup
42c39907cd feat: integrate Logto auth with middleware and login page (#36)
Compare 2 commits »
maximus commented on pull request maximus/simpl-liste#43 2026-04-06 15:38:16 +00:00
feat: integrate Logto auth with middleware and login page (#36)

Review — APPROVE

Clean Logto integration matching la-compagnie-maximus pattern. Auth routes, middleware, and helper all look correct.

  • No secrets committed
  • Cookie security…