Comment by Cyphase
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.
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.
How about zipping the state string or, even better, putting it into a KV storage thus exchanging it for a 10-char string.