Existing solutions in Streamlit and Gradio # Without SSO * Streamlit * with credentials hard-coded to conf files: https://docs.streamlit.io/knowledge-base/deploy/authentication-without-sso#option-1-one-global-password-for-all-users * using database-stored credentials: https://github.com/asehmi/auth-simple-for-streamlit * Gradio * hard-coded password and HF login https://www.gradio.app/guides/sharing-your-app # With SSO * Streamlit * https://discuss.streamlit.io/t/sso-integration/18064/2 * With Okta https://auth0.com/blog/streamlit-user-and-api-authentication/ * Gradio * Via Google authentication: https://github.com/gradio-app/gradio/issues/2790
Existing solutions in Streamlit and Gradio
Without SSO
With SSO