fix(rcart): make payment pages publicly accessible #4

Merged
jeffemmett merged 1 commits from dev into main 2026-04-03 04:34:07 +02:00
Owner
No description provided.
jeffemmett added 1 commit 2026-04-03 04:34:01 +02:00
19885c98e6 fix(rcart): make payment pages publicly accessible
Payment request URLs (e.g. /rcart/pay/:id) should be accessible without
authentication, even in private spaces. The API endpoints were already
exempted from auth, but the client-side shell gate was redirecting
unauthenticated visitors to the module landing page. Set
spaceVisibility="public" on the payment page render to bypass this.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jeffemmett merged commit ee0dd3d741 into main 2026-04-03 04:34:07 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jeffemmett/rspace-online#4
No description provided.