rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.71k stars 285 forks source link

How to provide an API key to the documentation? #1

Closed ernsheong closed 5 years ago

ernsheong commented 5 years ago

Hey, this looks great and promising. How can I give the docs an API key?

mrin9 commented 5 years ago

Authentication (Oauth, API Key, HTTP Basic) is in the works. Once done, The authentication flow will be will be similar to the one that exists in MrinDoc which is based up of VueJS. Check if that takes care of all your needs, else provide me a feedback and I will look into it

mrin9 commented 5 years ago

@ernsheong have added features to add api-key or http authentication give it a spin if you can and let me know if that works for your use-case

ernsheong commented 5 years ago

I went with plain Swagger UI for now. I will definitely revisit this sometime! Thank you for the efforts