예제 #1
0
파일: views.py 프로젝트: tikz/ns2sud-web
def oauth_authorize():
    if not current_user.is_anonymous:
        return redirect(url_for('index'))
    oauth = OAuthSignIn()
    return oauth.authorize()