Wiki/bridge/tests
Corentin JOGUET 445dda260a feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031
Service account pattern resolves 401 PERMISSION_DENIED on Baserow metadata
endpoints (/api/database/views/table/:id/, /api/database/tables/:id/) which
reject DB tokens. A dedicated Baserow user account logs in via token-auth,
JWT cached in memory with mutex-protected refresh before expiry.

Fallback graceful: if BASEROW_USER_EMAIL/PASSWORD absent, CRUD rows still work,
metadata endpoints return 500 BASEROW_USER_AUTH_NOT_CONFIGURED.

417 tests pass (was 392, +25). 0 TS errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 14:44:55 +02:00
..
domain feat(bridge): R1 refactor proxy generique style Notion 2026-05-07 22:12:32 +02:00
helpers feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
integration feat(bridge): R1 refactor proxy generique style Notion 2026-05-07 22:12:32 +02:00
lib feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
middleware feat(auth): R2.3b bridge accepte JWT HMAC DocAdenice via DOCMOST_APP_SECRET 2026-05-07 23:02:01 +02:00
repos feat(bridge): add views endpoints for R3.1.a database-view 2026-05-07 23:24:10 +02:00
routes feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
unit feat(bridge): R1 refactor proxy generique style Notion 2026-05-07 22:12:32 +02:00
webhooks feat(bridge): add SSE realtime stream for R3.1.b database-view live updates 2026-05-07 23:55:06 +02:00