-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add support for OpenAPI 3.0 #1
Comments
When OpenAPI support is added, Swagger 2.0 support should be deprecated and later removed. OAI/OpenAPI-Specification#583 Need to add Authorization Bearer header to API doc in order to support JWT. Currently Swagger 2.0 does not support JWT using standard Authorization Bearer header. |
Swagger Core 2.x will provide support for OpenAPI 3 while removing support for Swagger 2. This is the preferred approach. https://github.com/swagger-api/swagger-core/releases |
No description provided.
The text was updated successfully, but these errors were encountered: