Fix file download authentication with public router #55

Merged
jimmy merged 1 commits from dev into main 2026-04-21 22:14:49 +08:00
Owner

Separate public and authenticated file endpoints to allow token-based downloads without authentication.

Changes:

  • Created separate public_router for unauthenticated endpoints
  • Moved /download endpoint to public_router
  • Keep browse and download-token endpoints authenticated
Separate public and authenticated file endpoints to allow token-based downloads without authentication. Changes: - Created separate public_router for unauthenticated endpoints - Moved /download endpoint to public_router - Keep browse and download-token endpoints authenticated
jimmy added 1 commit 2026-04-21 22:14:46 +08:00
fix: separate public and authenticated file endpoints
Deploy Dashboard (Dev) / deploy-dev (push) Has been cancelled
Run Tests / Backend Tests (push) Failing after 5m3s
Run Tests / Frontend Tests (push) Failing after 3m56s
Run Tests / Backend Tests (pull_request) Failing after 5m10s
Run Tests / Frontend Tests (pull_request) Failing after 14m30s
Run Tests / Test Summary (push) Failing after 16s
Run Tests / Test Summary (pull_request) Failing after 18s
e35319f881
jimmy merged commit eb1cc2ff96 into main 2026-04-21 22:14:49 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jimmy/nas-tools#55