authentic/authentic2/nonce
Jérôme Schneider fda9426fed nonce: really fix cleanup in NonceManager 2013-08-16 10:27:17 +02:00
..
README.rst [nonce] add a new Django app for nonce storage and management 2011-11-30 23:16:34 +01:00
__init__.py [nonce] add a new Django app for nonce storage and management 2011-11-30 23:16:34 +01:00
models.py nonce: really fix cleanup in NonceManager 2013-08-16 10:27:17 +02:00
utils.py [nonce] add a new Django app for nonce storage and management 2011-11-30 23:16:34 +01:00

README.rst

Nonce are value which should be used only once for a certain period or
eventually forever. The nonce application allows any Django application to
implement this behaviour, by taking care of the storage implementation to keep around invalidated nonce.

For nonce which should not be kept forever the application also provide a
cleanup_nonce() function to delete the no longer invalid nonces.