Streamlit 将用户重定向到 URL,无需交互进行身份验证

发布于 2025-01-11 16:26:03 字数 490 浏览 0 评论 0原文

我正在尝试使用 OAuth 2 对我的 Streamlit 应用程序的用户进行身份验证,如这篇文章中所述(文章存储库此处,如果您无法访问帖子)。该实现为用户提供了一个单击链接,用于启动 OAuth 流程并在 Streamlit 会话中记录访问令牌。但是,如果用户刷新页面,会话就会丢失,并且用户需要再次单击链接才能再次执行 OAuth 流程。

我想知道是否有一种方法可以以对用户更透明的方式处理 OAuth 流程。在 Streamlit 中,是否有任何方法可以在无需用户交互的情况下启动身份验证(例如,如果会话没有有效令牌,则发出到身份验证 URL 的重定向)?

I'm trying to authenticate users of my streamlit app using OAuth 2 as described in this post (article repo here if you can't access post). That implementation provides users a link to click that initiates the OAuth flow and records the access token within the streamlit session. However, if the user refreshes the page the session is lost and the user needs to click a link again to go through the OAuth flow again.

I'm wondering if there's a way to handle the OAuth flow in a way that's more transparent to the user. Is there any way to kick off authentication without user interaction (eg. issue a redirect to the auth URL if the session doesn't have a valid token) within Streamlit?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文