Closed as not planned
Description
- [ x] I have searched to see if a similar issue already exists.
Is your feature request related to a problem? Please describe.
I have a gradio application that is secured via oauth like in the example here: https://www.gradio.app/guides/sharing-your-app#o-auth-with-external-providers. I would like to access it using the python client as well. Is there a way to do it securely, for exemple adding a password authentication or some other method on top ? It looks like auth and auth_dependency cannot be used together in gr.mount_gradio_app