Commit Graph
11 Commits
Author SHA1 Message Date
Ruslan Bakiev 615f6615e0 Authorize default client team context
Build and deploy Docker image / build (push) Successful in 2m50s
2026-08-20 18:51:14 +07:00
Ruslan Bakiev 6912d15063 Handle orders auth errors explicitly
Build and deploy Docker image / build (push) Successful in 2m31s
2026-06-06 13:40:54 +07:00
Ruslan Bakiev d81fc10b81 Require Logto team claim for orders auth
Build and deploy Docker image / build (push) Failing after 1m47s
2026-06-05 12:53:04 +07:00
Ruslan Bakiev 7a92dcc71a Resolve orders team from Teams profile
Build and deploy Docker image / build (push) Successful in 41s
2026-06-05 12:43:44 +07:00
Ruslan Bakiev 2a0fb9936d Allow manager orders access without team claim
Build and deploy Docker image / build (push) Successful in 2m4s
2026-06-05 12:29:38 +07:00
Ruslan Bakiev 5dd28d388f Return GraphQL auth errors for manager requests
Build and deploy Docker image / build (push) Successful in 2m14s
2026-06-03 17:13:19 +07:00
Ruslan Bakiev 7eb1742d6a Use Fastify Mercurius and GraphQL contracts
Build Docker Image / build (push) Has been cancelled
2026-06-01 00:25:27 +05:00
Ruslan Bakiev e5cbb8855d Use Logto manager claims for orders
Build Docker Image / build (push) Has been cancelled
2026-05-31 22:26:58 +05:00
Ruslan Bakiev 6719e9faf7 Authorize manager orders by app JWT scope 2026-05-31 22:01:00 +05:00
Ruslan Bakiev 3392bedc80 Add manager orders endpoint 2026-05-31 21:52:48 +05:00
Ruslan Bakiev c0321660b9 Migrate orders backend from Django to Express + Apollo Server
Build Docker Image / build (push) Successful in 1m37s
Replace Python/Django/Graphene stack with TypeScript/Express/Apollo Server.
Same 3 GraphQL endpoints (public/user/team), same JWT auth via Logto JWKS,
same Odoo proxy logic. No database needed (pure proxy).
2026-03-09 09:08:57 +07:00