Abhimanyu Saharan
|
571b4844d9
|
feat: update local authentication mode to require a non-placeholder token of at least 50 characters
|
2026-02-11 19:40:33 +05:30 |
|
Abhimanyu Saharan
|
06ff1a9720
|
feat: implement local authentication mode and update related components
|
2026-02-11 19:40:33 +05:30 |
|
Abhimanyu Saharan
|
5630f9b8e8
|
feat: add sign-out redirect URL and enhance sign-in redirect handling
|
2026-02-09 01:06:33 +05:30 |
|
Ishaan (OpenClaw)
|
5fde02165a
|
Revert "Make /activity public so signed-out UI renders"
This reverts commit 5419f01d54.
|
2026-02-08 13:57:16 +00:00 |
|
Ishaan (OpenClaw)
|
5419f01d54
|
Make /activity public so signed-out UI renders
|
2026-02-08 13:45:48 +00:00 |
|
Ishaan (OpenClaw)
|
4c4d707c32
|
Fix Clerk proxy middleware build
|
2026-02-08 13:39:39 +00:00 |
|
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 |
|