ASP.Net Web Api 2中的请求身份验证:OWIN或IAuthenticationFilter
我正在寻找为我的ASP.Net Web Api 2选择适当的身份验证策略。我的客户端登录到Auth0并获取一个持有者令牌并将其传递给我的Api。 根据我的研究,我可以选择几种验证机制来验证Api中的请求令牌,但其中两种似乎更好
我想知道OWIN与IAuthenticationFilter相比有什么优势吗? 优缺点都有什么?
链接地址: http://www.djcxy.com/p/22399.html上一篇: Request Authentication in ASP.Net Web Api 2: OWIN or IAuthenticationFilter
下一篇: How to implement OWIN bearer token based authentication without using Identity?