You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current the API is using Springfox 2.9.2, which generates the swagger schema v2.0. However the Swagger UI version is v3. Therefor the models don't match up exactly, and the ability to manage JWT tokens is missing.
Current the API is using Springfox 2.9.2, which generates the swagger schema v2.0. However the Swagger UI version is v3. Therefor the models don't match up exactly, and the ability to manage JWT tokens is missing.
The issue is that when passing in an authorization token, the token is not prefixed with the word Bearer.
See: https://swagger.io/docs/specification/authentication/bearer-authentication/
The text was updated successfully, but these errors were encountered: