From 08b06e70f6a5f9f4d51317b0b2930238e09ee8c7 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 7 Jul 2010 22:01:53 +0200 Subject: integrated invitation management into membership application --- coip/apps/auth/utils.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 coip/apps/auth/utils.py (limited to 'coip/apps/auth/utils.py') diff --git a/coip/apps/auth/utils.py b/coip/apps/auth/utils.py new file mode 100644 index 0000000..b7bb044 --- /dev/null +++ b/coip/apps/auth/utils.py @@ -0,0 +1,9 @@ +''' +Created on Jul 7, 2010 + +@author: leifj +''' +from uuid import uuid4 + +def nonce(): + return uuid4().hex; \ No newline at end of file -- cgit v1.1