Kunal
|
0fe9d8f79a
|
fix(frontend): await auth() in clerkMiddleware callback
|
2026-02-07 20:43:14 +00:00 |
|
Ishaan (OpenClaw)
|
7b4c40ae0b
|
fix(auth): use redirectToSignIn in Clerk middleware
|
2026-02-07 20:04:23 +00:00 |
|
Arjun (OpenClaw)
|
ed2556c871
|
fix(frontend): await auth() before protect
Fix TS2339 by awaiting Clerk auth() (returns Promise<SessionAuthWithRedirect>) before calling protect().
|
2026-02-07 19:55:29 +00:00 |
|
Kunal
|
fce12698d8
|
fix(frontend): call auth().protect() in Clerk middleware
|
2026-02-07 19:41:37 +00:00 |
|
Arjun (OpenClaw)
|
9184ebed25
|
fix(frontend): satisfy Clerk auth() types in middleware
Avoid calling protect() on a Promise by awaiting auth() first.
|
2026-02-07 19:36:52 +00:00 |
|
Arjun (OpenClaw)
|
260e0815a8
|
fix(frontend): await auth().protect in middleware
Clerk middleware auth() is async in current types; await protect() to satisfy TS and avoid runtime issues.
|
2026-02-07 19:34:21 +00:00 |
|
Ishaan (OpenClaw)
|
05a83b765b
|
fix(auth): enable Clerk middleware and make /sign-in public
|
2026-02-07 19:31:53 +00:00 |
|
abhi1693
|
a2627e36b0
|
E2E: make /sign-in catch-all and public in Clerk middleware
|
2026-02-07 19:30:21 +00:00 |
|
Abhimanyu Saharan
|
527cc13c63
|
refactor: improve code formatting and readability across multiple files
|
2026-02-08 00:46:15 +05:30 |
|
Ishan (OpenClaw)
|
fd954238ea
|
refactor(frontend): share Clerk publishable-key heuristic across client+server
|
2026-02-07 10:09:21 +00:00 |
|
Ishaan (OpenClaw)
|
39d2e530a7
|
frontend: disable Clerk only when publishable key is absent
|
2026-02-06 23:34:08 +00:00 |
|
Ishaan (OpenClaw)
|
6de49310bc
|
frontend: provide Clerk-safe wrappers for secretless CI prerender
|
2026-02-06 23:34:08 +00:00 |
|
Abhimanyu Saharan
|
1abc8f68f3
|
feat: add boards and tasks management endpoints
|
2026-02-04 02:28:51 +05:30 |
|