koumoul-dev / vue-openapi

OpenAPI viewer component for VueJS
MIT License
90 stars 19 forks source link

Missing auth options/sections #12

Open matijaboban opened 6 years ago

matijaboban commented 6 years ago

@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.

nicolas-bonnel commented 6 years ago

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.