vue-openapi icon indicating copy to clipboard operation
vue-openapi copied to clipboard

Missing auth options/sections

Open matijaboban opened this issue 6 years ago • 1 comments

@nicolas-bonnel looking at the live demo (https://koumoul.com/openapi-viewer/) I've noticed that the authentication options are not displayed/are missing. Is this an issue with the live demo or a missing feature in the project?

If this is a missing feature, are PRs welcome?

Lovely work so far BTW.

matijaboban avatar Jul 06 '18 19:07 matijaboban

Hi,

Thanks for your feedback. This is a missing feature : we use authorization headers to authenticate our apis and we use query parameter fields. But having a dedicated form to authenticate is a good idea and PRs are welcome.

nicolas-bonnel avatar Jul 08 '18 18:07 nicolas-bonnel