secureurlA Django application that protects content from unauthorized access.
What secureurl doesThis application makes it easy to add security tokens to the end of URLs. Tokens are simply hashes of session key and/or timestamps. These tokens can be checked by a view decorator. It also contains a mod_python access handler to check security tokens. Access without the correct session cookie will result in a 403 Forbidden error.
Security token can tie URLs to sessions and/or timestamps.
Situations is which secureurl could be used:
Authorization information is present only at the time of rendering the URL. The client accesses a URL many times and the authorization overhead is large. DocumentationComing...
Commercial Use
Modify
Distribute
Sub-License
Private Use
Hold Liable
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.