Skip to content

fix: protect dashboard routes with Clerk middleware#10

Merged
tomphill merged 1 commit intomainfrom
claude/issue-6-20250929-2126
Sep 29, 2025
Merged

fix: protect dashboard routes with Clerk middleware#10
tomphill merged 1 commit intomainfrom
claude/issue-6-20250929-2126

Conversation

@tomphill
Copy link
Copy Markdown
Owner

Add route protection for /dashboard and all subpages to prevent unauthorized access. This resolves the 'Unauthorized' error when accessing dashboard while logged out.

Fixes #6

Add route protection for /dashboard and all subpages to prevent unauthorized access.
This resolves the 'Unauthorized' error when accessing dashboard while logged out.

Fixes #6

Co-authored-by: Tom Phillips <tomphill@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
liftingdiarycourse Ready Ready Preview Comment Sep 29, 2025 9:33pm

@tomphill tomphill merged commit 75f9156 into main Sep 29, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accessing /dashboard while being logged out results in Application Error

1 participant