Implement community authentication 2.0
authorMagnus Hagander <magnus@hagander.net>
Sun, 18 Dec 2011 15:55:39 +0000 (16:55 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 22 Dec 2011 18:25:32 +0000 (19:25 +0100)
commit1f78460779bc96501fa7d2b0481d2a069517735b
tree03e2e6c794a5b73b3d85b19bf171410378a7f49f
parentb68e68fecf15898c8b1da5701b02334527ebaf4f
Implement community authentication 2.0

This system relies on http redirects and signing in to the main website
instead of using cross-internet pgsql connections and signing in individually
to each website.
docs/authentication.rst
pgweb/account/admin.py [new file with mode: 0644]
pgweb/account/models.py
pgweb/account/urls.py
pgweb/account/views.py
tools/communityauth/generate_cryptkey.py [new file with mode: 0755]
tools/communityauth/test_auth.py [new file with mode: 0755]