/shortener

Cloudflare Worker powered link shortener - Stores in workers K/V - Powering dstn.to

Primary LanguageTypeScriptMIT LicenseMIT

Shortener

This is nothing special, just a normal run of the mill URL shortener which I use to power dstn.to

Uses my Cloudflare worker template

The data is stored in Workers K/V and the authentication is done using JWT currently.