-
-
Notifications
You must be signed in to change notification settings - Fork 14
App authentication #74
Copy link
Copy link
Open
Description
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
- Gradio
- Via Google authentication: Google Authentication gradio-app/gradio#2790
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels