5 ms·
The idea was to launch the proof of concept with public URLs, then if I discovered people were interested, create private URLs. Thing is private URLs require an
by dustyreagan 13y ago
The idea was to launch the proof of concept with public URLs, then if I discovered people were interested, create private URLs. Thing is private URLs require an authentication system, which is fine, but I didn't want to overdevelop the proof-of-concept.
I fixed the link. Thanks! :)
- gohrt 13y agoYou can just use a 128-bit random string as a group key. That's how "private" photos are implemented on most photo sites, for example.
- dustyreagan 13y agoI think that's the way to go for the public URLs. I'm going to leave it up to the user to come up with a unique group name though.
- benoits 13y agoI like the flexibility, but I would suggest you add a "generate GUID" button when choosing the group name in case the user does want a random URL, which seems quite likely.