feature: guest/demo mode — unauthenticated trust scoring with transient session #28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Concept
Allow unauthenticated users to run trust scores on eBay listings at
menagerie.circuitforge.tech/snipewithout logging in. Session is transient — no history saved, no account required.Revenue angle
Affiliate links on flagged listings still fire. Guest users get the full trust score on any listing they paste in; they just cannot save history or set alerts.
Scope decisions (mirrors kiwi#72)
snipe_guest); no JWT/Heimdall@no_sessiongate for/snipe*; pass guest header to FastAPIWhat does NOT persist for guests
Implementation notes
guest:<uuid>user_id, Free tier ceilingRelated