Displaying 2 results from an estimated 2 matches for "mod_auth_token".
2006 Apr 12
0
mod_auth_token (or secdownload) and routing
I am currently trying to use mod_auth_token with Apache to create
relatively secure URLs to files. It is configured with a prefix of
/get/, which isn''t in use by any controllers in my application.
Do I have to tell rails explicitly that I don''t want /get/ handled by
it? Or should Apache deal with that before the reque...
2006 Mar 20
16
Secret URLs and file downloads
I''m looking to do something similar to the "secret URLs" in Rails
Recipes, however, with file downloads. I want to avoid providing direct
URLs to people if possible.
I have files on disk in public/, so it would be good if each user got a
"unique" URL to each file that they are permitted to see (dealt with by
a user_id/file_id table). Then they are only allowed