Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
feat(oauth): pass email=false when verifying oauth tokens
Browse files Browse the repository at this point in the history
Closes #1109
  • Loading branch information
seanmonstar committed Nov 13, 2015
1 parent 2a9000a commit f1306c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ var conf = convict({
doc: 'URL at which to verify OAuth tokens',
default: 'http://localhost:9010',
env: 'OAUTH_URL'
},
email: {
doc: 'Temporary extra parameter to prevent request recursion',
default: false
}
},
openIdProviders: {
Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fxa-jwtool": "0.7.1",
"hapi": "8.8.1",
"hapi-auth-hawk": "2.0.0",
"hapi-fxa-oauth": "2.1.0",
"hapi-fxa-oauth": "2.2.0",
"hkdf": "0.0.2",
"joi": "6.9.1",
"mozlog": "2.0.2",
Expand Down

0 comments on commit f1306c9

Please sign in to comment.