[Dancer-users] Dancer::Plugin::EncodeID

Assaf Gordon gordon at cshl.edu
Tue Sep 13 20:31:36 CEST 2011


Hello dancers,

My first attempt at a plugin: a simple utility to encode/obfuscate internal IDs in URLs.

With this plugin, your users will see URLs such as:
  http://myserver.com/item/c98ea08a8e8ad715
instead of 
  http://myserver.com/item/42

You can find it here:
 https://github.com/agordon/Dancer-Plugin-EncodeID

Comments are very welcomed,
 -gordon


More information about the Dancer-users mailing list