Skip to content

Commit

Permalink
Update parameters-whitelist.js (#760)
Browse files Browse the repository at this point in the history
Added additional parameters as seen in the documentation here:
https://auth0.com/docs/api/authentication?javascript#social
  • Loading branch information
lordnox authored and luisrudge committed May 21, 2018
1 parent c3b00a7 commit 918d9ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/helper/parameters-whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ var authorizeParams = [
'request',
'request_uri',
'code_challenge',
'code_challenge_method'
'code_challenge_method',

// ADDITIONAL_PARAMETERS:
// https://auth0.com/docs/api/authentication?javascript#social
'access_type',
'display'
];

function oauthAuthorizeParams(warn, params) {
Expand Down

0 comments on commit 918d9ca

Please sign in to comment.