▲ | Aspos 5 days ago | ||||||||||||||||
Awesome. Would suggest considering a built-in URL shortener. | |||||||||||||||||
▲ | taejavu 5 days ago | parent | next [-] | ||||||||||||||||
I know the URLs are long compared to what people are used to. Part of the rationale for putting this out there in the current state is I'm curious if people in practise will share long URLs or not. At some point I'd like to add shortlinks but at the moment everything is clientside, there's no persistence at all (beyond localStorage). I think that's a nice feature from a security perspective. | |||||||||||||||||
▲ | Cyphase 5 days ago | parent | prev | next [-] | ||||||||||||||||
Not too short or it's too easy to guess. The app might be stateless right now (I haven't checked); if it is, adding a URL shortener will break that. | |||||||||||||||||
| |||||||||||||||||
▲ | nodesocket 5 days ago | parent | prev [-] | ||||||||||||||||
Ha, I was going to say is that url query string a sha256 or something. | |||||||||||||||||
|