codeninjakun / link_backend

GNU General Public License v3.0
1 stars 1 forks source link

Feature: Randomization of shortlink #1

Open Rutuj-Runwal opened 2 months ago

Rutuj-Runwal commented 2 months ago

Option for user to generate a shortlink with changing backhalf after every click.

Ex: Initial Shortlink: ---/mytestlink

After a visit the link dynamically changes to: ----/sdozhvnu or some other random string

This can be set up as a per visit randomization or based on duration

Rutuj-Runwal commented 1 month ago