You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this currently lacks any authentication mechanism, allowing anyone to access it. Is there a way to ensure that the user context remains consistent with my website’s account system, and that users can only access the Dify AI application after passing my website’s authentication?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
Content
I have privately deployed a Chatflow, published it, and embedded it into my website using the method:
<script src="http://private-host/embed.min.js" id="app-id" defer> </script>
However, this currently lacks any authentication mechanism, allowing anyone to access it. Is there a way to ensure that the user context remains consistent with my website’s account system, and that users can only access the Dify AI application after passing my website’s authentication?
Beta Was this translation helpful? Give feedback.
All reactions