TheGU / mod-auth-token

This module uses token based authentication to secure downloads and prevent deep-linking. Have your script or servlet generate a token to authenticate the download and let Apache handle the file transfer without having to pipe it through a script for security.
Apache License 2.0
0 stars 0 forks source link

Link life in future #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just a idea: Link available in future

token: $hexTime = dechex(time()+120); // Link available after 2 minutes

At the moment, token is "valid" immediately.

Original issue reported on code.google.com by dalibor....@gmail.com on 28 Mar 2012 at 4:02

GoogleCodeExporter commented 9 years ago
Thanks , added on main page

Original comment by teixeira...@gmail.com on 24 May 2012 at 7:16