Create new session system for piwigo plugin.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 29 Mar 2013 13:49:13 +0000 (14:49 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 8 May 2013 22:21:03 +0000 (00:21 +0200)
commit7fb419ddd2bd1770d62fffadc674c53b670cba81
tree7b8a739243576f8b7ce1a9b08a6a891754e1092a
parentc1df8d19630b1e60598db1bd93171926234b633b
Create new session system for piwigo plugin.

Using the brand new itsdangerous sessions to power the
sessions for piwigo.
The real point is: Clients want to have the session in a
"pwg_id" cookie and don't accept any other cookie name.
mediagoblin/plugins/piwigo/__init__.py
mediagoblin/plugins/piwigo/tools.py
mediagoblin/plugins/piwigo/views.py