Skip to content

Instantly share code, notes, and snippets.

@syakesaba
Created July 31, 2014 13:17
Show Gist options
  • Save syakesaba/7ac4e780cc9eb98093ea to your computer and use it in GitHub Desktop.
Save syakesaba/7ac4e780cc9eb98093ea to your computer and use it in GitHub Desktop.
webapp2.Route('/auth/<provider>', handler='controllers.AuthHandler:_simple_auth', name='auth_login'),
uri_for('auth_login',None,provider='twitter') == "/auth/twitter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment