Created
July 31, 2014 13:17
-
-
Save syakesaba/7ac4e780cc9eb98093ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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