Skip to content

Commit

Permalink
Add amazon config in config-template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ghufransyed committed Oct 27, 2014
1 parent de46b60 commit c19718e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@
# OpenID provider dependent on the python-openid package.
'class_': openid.OpenID,
}
}

'amazon': {
'class_': oauth2.Amazon,
'consumer_key': '##########################',
'consumer_secret': '##########################',
'scope': ['profile', 'postal_code' ],
},

}

0 comments on commit c19718e

Please sign in to comment.