juanpabloaj / platon

Slideshow from markdown
http://platonio.herokuapp.com/
40 stars 10 forks source link

Allow choosing the URL #6

Open kynan opened 8 years ago

kynan commented 8 years ago

Would be nicer than being stuck with the auto-generated cryptic slug.

juanpabloaj commented 8 years ago

@kynan , thanks for your feedback

If I create a slideshow with the url /the-best-slideshow maybe other person can be try to use the same url and delete your content ...

maybe choosing the url is useful if the slideshows are separated by users with login

/kynan/the-best-slideshow /juanpabloaj/the-best-slideshow

but I try to keep the service simple to use, whitout login

what do you think ?

kynan commented 8 years ago

@juanpabloaj it could just be first come first served: if the URL is taken it's taken. How do you handle this at the moment?

juanpabloaj commented 8 years ago

All person can edit the content of a slideshow, if you create a slideshow with the url /the-slideshow, I can go to the slideshow with the url /the-slideshow and edit the content, the content is not protected by user or login, for this reason I prefer user random ids.

For now, the only way to save your content is storage in a github gist, read more info in http://platon.io/gist

kynan commented 8 years ago

OK, I see what you mean: with random URLs you provide "security by obscurity".

Allowing to render a Gist is a really neat!