summaryrefslogtreecommitdiff
path: root/coip/apps/auth
diff options
context:
space:
mode:
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