Add a dummy authentication middleware
authorGiorgos Verigakis <verigak@gmail.com>
Thu, 23 Jun 2011 14:50:41 +0000 (17:50 +0300)
committerGiorgos Verigakis <verigak@gmail.com>
Thu, 23 Jun 2011 14:50:41 +0000 (17:50 +0300)
commitaa4fac11776f0614eafbd091651049b37fa59cf1
treefe47d6d66f3b443e57f5d3c02df1a73662ae39cd
parent104626e3e477917f7483b0fdbeba2bbb649cadcb
Add a dummy authentication middleware

The username - token mapping is stored statically in settings.py

You will need to update your settings.py after this commit.
pithos/api/auth.py [new file with mode: 0644]
pithos/api/util.py
pithos/settings.py.dist