-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API / python client access to application secured via oauth #10574
Labels
Comments
Not yet, but this is something we could look into supporting! |
Thanks! Any ideas what and how long this could take, please ? |
for a workaround i am using this for API calling:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
The text was updated successfully, but these errors were encountered: