Changes between Version 109 and Version 110 of S3/S3AAA
- Timestamp:
- 10/19/14 19:19:39 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA
v109 v110 41 41 It is possible to access privileged resources by providing the username/password within each request, rather than the usual method of having the login stored within the session. 42 42 * http://en.wikipedia.org/wiki/Basic_access_authentication 43 * http://www.voidspace.org.uk/python/articles/authentication.shtml#the-username-password 43 44 44 45 This is done by using the {{{login_bare()}}} method of AuthS3.