summaryrefslogtreecommitdiff
path: root/coip/apps/auth/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'coip/apps/auth/utils.py')
-rw-r--r--coip/apps/auth/utils.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/coip/apps/auth/utils.py b/coip/apps/auth/utils.py
index b7bb044..9e0a736 100644
--- a/coip/apps/auth/utils.py
+++ b/coip/apps/auth/utils.py
@@ -6,4 +6,7 @@ Created on Jul 7, 2010
from uuid import uuid4
def nonce():
- return uuid4().hex; \ No newline at end of file
+ return uuid4().hex;
+
+def anonid():
+ return uuid4().urn; \ No newline at end of file