Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacklisting invalid params in authorize url #611

Merged
merged 3 commits into from
Dec 29, 2017
Merged

Conversation

luisrudge
Copy link
Contributor

@luisrudge luisrudge commented Dec 29, 2017

fix #606

@@ -64,6 +64,17 @@ describe('auth0.authentication', function() {
});
});

['username', 'popupOptions', 'domain', 'tenant', 'timeout'].forEach(function(param) {
it.only('should remove parameter: ' + param, function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this only making the test script only run this case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FUUUUUUU

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

lbalmaceda
lbalmaceda previously approved these changes Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove popup_options warning
2 participants