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

@author: leifj
'''
from uuid import uuid4

def nonce():
    return uuid4().hex;