Private App Sharing With External Client

Hello everyone,

I have a private app hosted in a private repository that I want to share with an external client. However, when I tested sharing it with a test email of mine, I encountered an error message stating that either the app doesn’t exist or I don’t have access to it. Interestingly, when I log in to Streamlit, everything works fine.

My goal is to share this app with clients without requiring them to create a Streamlit account. Additionally, not all clients have Gmail accounts, so I want to avoid requiring them to sign into Gmail. How can I overcome these challenges?

Thank you.

Hi @analytics-automation

Perhaps you could look into implementing a user authentication to access the app. There’s a component for this:

And a corresponding blog:

The app would need to be public though, is that correct? I am working on this right now but could only get it to render if public.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.