Example #1
0
def teams():
    """Redirect the to the Slack team authentication url."""
    return redirect(auth.get_redirect('team'))
Example #2
0
def authenticate():
    """Redirect to generated Slack user authentication url."""
    return redirect(auth.get_redirect())
Example #3
0
def teams():
    ''' Redirect the to the Slack team authentication url
    '''
    return redirect(auth.get_redirect('team'))
Example #4
0
def authenticate():
    ''' Redirect to generated Slack user authentication url
    '''
    return redirect(auth.get_redirect())
Example #5
0
def teams():
    """Redirect the to the Slack team authentication url."""
    return redirect(auth.get_redirect('team'))
Example #6
0
def authenticate():
    """Redirect to generated Slack user authentication url."""
    return redirect(auth.get_redirect())