]> asedeno.scripts.mit.edu Git - bluechips.git/commit
added basic auth middleware into the stack, so if no authentication is provided,...
authorScott Torborg <scott@crookedmedia.com>
Mon, 9 Nov 2009 00:42:03 +0000 (16:42 -0800)
committerScott Torborg <scott@crookedmedia.com>
Mon, 9 Nov 2009 00:42:03 +0000 (16:42 -0800)
commit7e5a8123b75d71f5540bb0e538bb757b188019ec
tree6707f6ffd77195036aae6bfece07f7c97bb4175d
parentd1d8bb97a779ca5d32e6b42286a577e3493600d0
added basic auth middleware into the stack, so if no authentication is provided, basic auth will be used against a password field in the database. requires schema update.
bluechips/config/middleware.py
bluechips/lib/permissions.py
bluechips/model/__init__.py