Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created April 7, 2011 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/907213 to your computer and use it in GitHub Desktop.
Save peterbe/907213 to your computer and use it in GitHub Desktop.
local settings to do github oauth on localhost:8000
OAUTH_SETTINGS = {
'client_id': '1ccb7f00082bc45047e7', # peterbe
'client_secret': 'b406117bf98898e0ffe1b1757e64f76a3c439bea',
'base_url': 'https://github.com/login/oauth/',
'redirect_url': 'http://www.peterbe.com/tornadogists/callback'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment