-
Notifications
You must be signed in to change notification settings - Fork 493
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
Conversation
@@ -64,6 +64,17 @@ describe('auth0.authentication', function() { | |||
}); | |||
}); | |||
|
|||
['username', 'popupOptions', 'domain', 'tenant', 'timeout'].forEach(function(param) { | |||
it.only('should remove parameter: ' + param, function() { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FUUUUUUU
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
ce464e3
to
396e062
Compare
fix #606