Example #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()
Example #2
0
File: v1.py Project: ab/confidant
def login():
    '''
    Send user through login flow.
    '''
    return authnz.log_in()
Example #3
0
def login():
    '''
    Send user through login flow.
    '''
    return authnz.log_in()