Streamlit 将用户重定向到 URL,无需交互进行身份验证
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论