ASP.NET Core MVC 和 ReactJS - 共享身份验证会话

发布于 2025-01-10 00:33:15 字数 398 浏览 1 评论 0原文

我已经有了一个与后端 WebAPI 一起使用的 React SPA。 目前,我正在制作一个 ASP.NET Core MVC 项目,它有自己的视图页面,但需要将此应用程序集成到一个页面中(我也会将所有 WebAPI 功能集成到此 MVC 应用程序中)。 由于我在 ASP.NET Core 应用程序上使用基于 Cookie 的身份验证,因此我希望我的 React 应用程序共享相同的身份验证会话,以便用户不需要再次登录。

理论上,当我将编译后的 React JS 文件复制到 ASP.NET Core 脚本文件夹并运行它时,一切都应该运行良好。

但是,挑战在于调试。当两个应用程序在不同的端口上工作时,身份验证 cookie 不会共享,并且我的反应应用程序将无法工作(CORS 和身份验证问题)

如何在开发时在同一端口上运行这两个应用程序?

I am already having a react SPA which works with backend WebAPI.
Currently, I am making an ASP.NET Core MVC Project which has its own view pages, but needs to integrate this app in one page (I will integrate all WebAPI functions to this MVC app as well).
Since I am using Cookie based authentication on my ASP.NET Core App, I want my react app to share the same authentication session so that users doesn't need to login again.

Theoretically, everything should work well when I copy the compiled react JS files to my ASP.NET Core scripts folder and run it.

But, The challenge is debugging. When both apps works on different ports, the Authentication cookie is not shared, and my react app will not work (Both CORS and Authentication problem)

How can I run both apps on same port while development?

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

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

发布评论

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