[object Object]

← back to Secrets Manager

Register DW_SESSION_SECRET route -> room-setting-app/.env.local (TK-11786 auth fix wiring)

ceab22689525b7bab10b0f1a8bda17083ae00f0e · 2026-09-22 13:02:32 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G3ChReG53fwpNgUESv4SY7

Files touched

Diff

commit ceab22689525b7bab10b0f1a8bda17083ae00f0e
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Sep 22 13:02:32 2026 -0700

    Register DW_SESSION_SECRET route -> room-setting-app/.env.local (TK-11786 auth fix wiring)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01G3ChReG53fwpNgUESv4SY7
---
 routes.json | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/routes.json b/routes.json
index 30ab799..d171cea 100644
--- a/routes.json
+++ b/routes.json
@@ -2193,5 +2193,8 @@
       "/Users/macstudio3/Projects/professional-directory/.env"
     ],
     "note": "pk_live_ is a client-side publishable key (not secret); no verify endpoint. Routed so it lands beside the secret key on rotation."
-  }
-}
\ No newline at end of file
+  },
+  "DW_SESSION_SECRET": [
+    "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/.env.local"
+  ]
+}

← 30819c4 auto-data-snapshot: 2026-09-22T12:49:04 (2 data files) — reg  ·  back to Secrets Manager  ·  verify: okStatuses now requires a paired bodyMustContain bod 3c08671 →