Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前有一个使用自定义用户身份验证运行的 MVC4 站点(我们最终设置了 FormsAuthentication.SetAuthCookie)并且一切正常。
我想脱离当前设置并使用新的 Web API 以 REST 格式提供数据
我的问题是 - 使用 Web API 检查用户是否登录的最佳方法是什么?假设我们只想将 Web API 公开给另一台设备,我如何控制授权用户使用 API?
任何帮助都会很棒!
干杯圣。
看看这个样本,应该正是你所需要的:
http://leastprivilege.com/2012/10/23/mixing-mvc-forms-authentication-and-web-api-basic-authentication/