Dancer::Plugin::EncodeID
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
On 13/09/2011 19:31, Assaf Gordon wrote:
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
Hello When it is in CPAN let me know, so I can include it in Task::Dancer :) Kindest regards, Alberto
participants (2)
-
ambs -
Assaf Gordon