summaryrefslogtreecommitdiff
path: root/coip/apps/auth
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-07-07 22:01:53 +0200
committerLeif Johansson <leifj@sunet.se>2010-07-07 22:01:53 +0200
commit08b06e70f6a5f9f4d51317b0b2930238e09ee8c7 (patch)
treee9bc6e9408e866bf229f0414abdb8110f49c8b06 /coip/apps/auth
parent648f18d2d8e1e4d0791d11204ced8566f30eaa9e (diff)
integrated invitation management into membership application
Diffstat (limited to 'coip/apps/auth')
-rw-r--r--coip/apps/auth/utils.py9
1 files changed, 9 insertions, 0 deletions
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