Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Investigate shareable tokenized links instead of passing around direct links to lists #79

Open
mshwery opened this issue Sep 19, 2015 · 0 comments
Labels

Comments

@mshwery
Copy link
Owner

mshwery commented Sep 19, 2015

Rather than passing around the original direct link to a list all over the place, it might be better to generate shortened "tokenized" links. It's a bit overkill, but you could revoke access to individual links instead of killing the list.

This could play into #75 because you wouldnt want to directly any user who has seen a list to that list.

Instead, it'd be more like user -> links -> lists. You'd probably have to combine that with any lists that user directly created. So you basically end up with created_lists and collab_lists. Since collab lists could be deleted or the link to a collab list could be revoked/deleted, that list would no longer appear for said user.

If they got their handles on a different collab link that was active, they'd have access again.

This whole thing might be overkill, but just some thoughts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant