summaryrefslogtreecommitdiff
path: root/coip/apps/auth/utils.py
blob: 7d1993d5016c8a6678b35152513358a0dc4369f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'''
Created on Jul 7, 2010

@author: leifj
'''
from uuid import uuid4

def nonce():
    return uuid4().hex

def anonid():
    return uuid4().urn