We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using an empty security rule return a 401
Should allow the request and return a 200
It returns a 401
security: - {}
Output of the commands:
python --version
pip show connexion | grep "^Version\:"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Using an empty security rule return a 401
Expected behaviour
Should allow the request and return a 200
Actual behaviour
It returns a 401
Steps to reproduce
Additional info:
Output of the commands:
python --version
: Python 3.5.3pip show connexion | grep "^Version\:"
: Version: 2.2.0The text was updated successfully, but these errors were encountered: