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

Support "Try it out" in Swagger #7

Open
bprussell opened this issue Sep 30, 2022 · 1 comment
Open

Support "Try it out" in Swagger #7

bprussell opened this issue Sep 30, 2022 · 1 comment

Comments

@bprussell
Copy link
Collaborator

The "Try it out" feature of Swagger doesn't currently work in all cases, because there is no way to inject the authorization token.

Enhance Swagger so that it can be used to test the API.

@ntbm
Copy link

ntbm commented Sep 30, 2022

I was in the middle of implementing this. What I'm wondering. Is this Authorization the way to go forward here? One could implement the authorization header for swagger, but it's a lot of custom code for something which is pretty standard. Are there plans to adapt JWT here?

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

2 participants