Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support
sunstoned@lemmus.org 2 weeks ago
How are “public shareable links” handled? Are you just saying links generate nicely when your version is exposed on the www or is there some kind of centralized back door for public access?
expyth0n@lemmy.world 2 weeks ago
Public shareable links function as interactive read-only snapshots.
When a link is generated, a unique cryptographic token is mapped to the project’s current state in the database. The route serves this data to a canvas where all mutation logic and API write-access are disabled.
Key facts:
This is similar to how tools like Lufi or PrivateBin handle public access to specific resources without requiring authentication. And NoSQL/centralized backdoors 😅