Exemplo n.º 1
0
def is_authenticate_user(token):
    return UserAuthentication.is_authenticate(token)
Exemplo n.º 2
0
def is_authenticate_user(token):
    return UserAuthentication.is_authenticate(token)