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
I was able to follow the petstore OpenAPI tutorial up to the reference to the security.yml. I assume that the correct filename reads openapi-security.yml. See also networknt/light-example-4j@301d349#diff-7b66d9f0d4cd178b5bfaab477ff9edb1.
The text was updated successfully, but these errors were encountered:
In addition, the content of the file differs. The tutorial says
# Enable JWT verification flag. enableVerifyJwt: false
but the real file reads
# Enable JWT verification flag. enableVerifyJwt: ${openapi-security.enableVerifyJwt:false}
Sorry, something went wrong.
Next inconsistency: After server restart, the tutorial uses v2/pet for this curl command. For me, it is still v1/pets.
v2/pet
v1/pets
Is it useful if I keep reporting things here?
No branches or pull requests
I was able to follow the petstore OpenAPI tutorial up to the reference to the security.yml. I assume that the correct filename reads openapi-security.yml. See also networknt/light-example-4j@301d349#diff-7b66d9f0d4cd178b5bfaab477ff9edb1.
The text was updated successfully, but these errors were encountered: