Put docs page behind authentication #505
Unanswered
anthansson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
Me and my team have put our API behind basic authentication and thus the docs cannot be loaded in a browser.
We ended up hiding the docs endpoint on a cluster internal server but now have to forward-proxy into our deployment in order to visit the docs. We achieved it by passing the openapi spec generated by the human API to this handler:
But optimally we would like to put our docs behind some authentication that can be supplied on the docs page in a browser so that we can share documentation with external people. Any tips?
Beta Was this translation helpful? Give feedback.
All reactions