gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.56k stars 2.27k forks source link

Additional Authentication process. #8540

Closed umeshKandhalu closed 1 week ago

umeshKandhalu commented 2 weeks ago

I need more security purpose for my application. In this way, after the ,login page authentication, I need one more authentication with some kind of OTP authentication. How to accomplish this?

freddyaboulton commented 1 week ago

You can have your own oauth instead of gradio's password authentication. See this guide: It’s interesting since Rerun doesn’t support any inputs from the UI