Skip to content

fix(middleware): allow unauthenticated access to /install/ paths#279

Merged
psdjungpulzze merged 1 commit into
mainfrom
fix/add-install-tasks-to-middleware-public-paths
May 25, 2026
Merged

fix(middleware): allow unauthenticated access to /install/ paths#279
psdjungpulzze merged 1 commit into
mainfrom
fix/add-install-tasks-to-middleware-public-paths

Conversation

@psdjungpulzze
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • curl -fsSL https://build.interactor.com/install/tasks returns #!/bin/sh as the first line after deploy
  • Navigating to /dashboard without a session still redirects to login
  • Typecheck passes

Closes #278

/install/tasks was returning an HTML login page because the auth
middleware redirected all unauthenticated non-API requests. Adding
/install/ to the public paths list lets the CLI install script be
fetched without a session.

Closes #278
@psdjungpulzze psdjungpulzze merged commit 222aee5 into main May 25, 2026
7 checks passed
@psdjungpulzze psdjungpulzze deleted the fix/add-install-tasks-to-middleware-public-paths branch May 25, 2026 11:34
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.

Add /install/tasks to middleware public paths

1 participant