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
https://swagger.io/docs/specification/2-0/authentication/
The "AND" case is not supported
{ "security": [ { "signature": [], "expire": [] }, { "jwt": [ ] } ] }
The text was updated successfully, but these errors were encountered:
This is probably a limitation to how hapi auth works. Note the "some APIs support" ... APIs built in hapi will not.
Sorry, something went wrong.
https://github.com/futurestudio/hapi-auth-multiple-strategies the logic is pretty simple maybe we should consider implementing it in hapi-openapi ?
Happy to consider it. I don't have time to spend on it at the moment but would consider a PR for sure.
No branches or pull requests
https://swagger.io/docs/specification/2-0/authentication/
The "AND" case is not supported
The text was updated successfully, but these errors were encountered: