Files
postgres-web/docs
Magnus Hagander 78de94d17c Update community authentication to pass an arbitrary datablock instead of url
This makes it possible to pass URLs that will fail when they end up being double
escaped in some cases, since they contain non-url-safe characters. Instead, they'd
be base64-encoded, and thus safe.

Also update the django community auth provider to do just this, including encrypting
the data with the site secret key to make sure it can't be changed/injected by
tricking the user to go directly to the wrong URL.
2013-06-20 15:16:47 +02:00
..
2013-06-16 16:35:21 +02:00
2013-06-16 16:35:21 +02:00

Documentation
=============

This directory holds some basic documentation for the pgweb system. It
doesn't claim to be complete in any way, and any contributions to make
it so are always welcome!