Custom Membership with Microsoft.AspNet.Identity - CreateLocalUser fails

后端 未结 3 566
傲寒
傲寒 2021-01-30 14:43

I\'ve been trying to implement a custom version of the new Identity features in ASP.NET 4.5 (Microsoft.AspNet.Identity), using Visual Studio 2013. After many hours of playing a

3条回答
  •  臣服心动
    2021-01-30 15:04

    Since there are alot of changes on this when going to RTM, i have updated the SPA template that uses a WebApi controller for all the identity signin and such. Its a really cool template , if you havent seen it.

    I put all my code here: https://github.com/s093294/aspnet-identity-rtm/tree/master

    (Do note, its only for inspiration. I only made it work and nothing more. Properly have a bug or two also).

提交回复
热议问题