fix(activities): route ticket scanner through HTTP, not nostr-transport RPC #87
No reviewers
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp!87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/scanner-via-http"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Sign-in with a Nostr key required to call RPCpost-aiolabs/lnbits#9— the webapp no longer holds a raw user prvkey, soNostrTransportService.call()fails closed at its first guard.PUT /tickets/register/{id}, newGET /tickets/event/{id}/stats) — the Bucket A pattern the rest of the prvkey-removal migration already follows.Companion change
Pairs with a new HTTP endpoint on the events extension (
signer-abstractionbranch, uncommitted locally) that mirrors theevents_list_event_ticketsRPC shape.PUT /tickets/register/{id}was already hardened inv1.6.1-aio.3.Test plan
dev, re-run the cross-user scenario that originally failed.🤖 Generated with Claude Code