asp mvc 3 ActionFilter for basic authentication

后端 未结 4 1858
面向向阳花
面向向阳花 2020-12-30 14:29

I have an ASP MVC3 restful service that uses basic authentication. After searching stack overflow, I created the following code.

public class BasicAuthentic         


        
4条回答
  •  长情又很酷
    2020-12-30 15:03

    Here's a sort of official sample for basic authentication:

    http://www.asp.net/web-api/overview/security/authentication-filters

    Another article, now using OWIN:

    https://lbadri.wordpress.com/2013/07/13/basic-authentication-with-asp-net-web-api-using-owin-middleware/

提交回复
热议问题