Esempio n. 1
0
def login():
    '''
    Send user through login flow. Response depends on configured authentication
    plugin.

    .. :quickref: Authenticate; Send user through login flow.

    **Example request**:

    .. sourcecode:: http

       GET /v1/login
    '''
    return authnz.log_in()
Esempio n. 2
0
File: v1.py Progetto: ab/confidant
def login():
    '''
    Send user through login flow.
    '''
    return authnz.log_in()
Esempio n. 3
0
def login():
    '''
    Send user through login flow.
    '''
    return authnz.log_in()