.net使用Dapper和MySql进行个人用户帐户身份验证

时间:2015-05-06 18:33:18

标签: mysql authentication asp.net-web-api2 dapper restful-authentication

我正在使用Web Api和AngularJs构建应用程序,我希望为个人用户进行身份验证(创建用户帐户和登录)。我找到了如何使用Visual Studio的默认身份验证,但使用SqlServer和EntityFramework(http://www.codeproject.com/Articles/742532/Using-Web-API-Individual-User-Account-plus-CORS-En)的示例。但是我正在使用MySql和Dapper。那里有一些我还没找到的东西吗?找不到任何帮助。

0 个答案:

没有答案