• Joined on 2026-02-23
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…
maximus created pull request maximus/simpl-liste#43 2026-04-06 15:37:58 +00:00
feat: integrate Logto auth with middleware and login page (#36)
maximus created branch issue-36-auth-logto in maximus/simpl-liste 2026-04-06 15:37:37 +00:00
maximus pushed to issue-36-auth-logto at maximus/simpl-liste 2026-04-06 15:37:37 +00:00
42c39907cd feat: integrate Logto auth with middleware and login page (#36)
maximus commented on pull request maximus/simpl-liste#42 2026-04-06 15:04:09 +00:00
feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)

Review — APPROVE

Summary: Clean Next.js bootstrap with Drizzle pg-core schema matching the spec. Health endpoint, Dockerfile, and seed script all look good.

Checklist:

  • No…
maximus created pull request maximus/simpl-liste#42 2026-04-06 15:03:55 +00:00
feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
maximus created branch issue-35-web-setup in maximus/simpl-liste 2026-04-06 15:03:41 +00:00
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:03:41 +00:00
022fe53b92 feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
maximus commented on pull request maximus/simpl-liste#41 2026-04-06 14:39:27 +00:00
feat: extract shared types, colors, priority and recurrence (#34)

Review — APPROVE

Summary: Clean extraction of shared types, colors, priority helpers and recurrence logic into src/shared/. Original files re-export to preserve all existing imports.…

maximus pushed to issue-34-shared-types at maximus/simpl-liste 2026-04-06 14:39:16 +00:00
91eef58186 fix: remove duplicate RecurrenceType definition in shared/types (#34)
maximus created pull request maximus/simpl-liste#41 2026-04-06 14:38:31 +00:00
feat: extract shared types, colors, priority and recurrence (#34)
maximus created branch issue-34-shared-types in maximus/simpl-liste 2026-04-06 14:38:20 +00:00
maximus pushed to issue-34-shared-types at maximus/simpl-liste 2026-04-06 14:38:20 +00:00
b277232462 feat: extract shared types, colors, priority and recurrence (#34)
maximus opened issue maximus/simpl-liste#40 2026-04-06 14:34:04 +00:00
Sync mobile ↔ web
maximus opened issue maximus/simpl-liste#39 2026-04-06 14:33:47 +00:00
Frontend web
maximus opened issue maximus/simpl-liste#38 2026-04-06 14:33:26 +00:00
WebSocket server temps réel
maximus opened issue maximus/simpl-liste#37 2026-04-06 14:33:12 +00:00
API REST backend
maximus opened issue maximus/simpl-liste#36 2026-04-06 14:32:52 +00:00
Auth web + middleware Logto