def get_authentication_failed_url():
""" Generates the auth-failed URL for the running app """
base_url = current_app.config['APP_BASE_URL']
auth_failed_url = f'{base_url}/auth-failed'
return auth_failed_url
评论列表
文章目录