标签: asp.net-web-api2 asp.net-identity-2
我在web api中要求在api controller中实现登录方法。我在web api中使用identity 2.0。有没有办法在api控制器类中实现ApplicationOAuthProvider。
public class LoginController : ApiController { // implement identity login here }