Skip to content
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

Swagger UI - JWT #2

Open
dan-whitehouse opened this issue May 9, 2019 · 0 comments
Open

Swagger UI - JWT #2

dan-whitehouse opened this issue May 9, 2019 · 0 comments

Comments

@dan-whitehouse
Copy link
Owner

dan-whitehouse commented May 9, 2019

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant