AspNetIdentity.WebApi
AspNetIdentity.WebApi copied to clipboard
Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS
Hello! I downloaded the project and when I want to run it, I am getting HTTP Error 403.14. I tried to run appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory...
Hi i tried follow the steps for role based authorization but the code doesnt return roles array in jwt
Is there any chance you could port your tutorial to ASP5/MVC6 (vnext)? I'd be interested how this setup (asp.identity, webapi, angularjs) would be applied there.
Can I use (or a bit modify) `AngularJSAuthentication.Web` from one of the previous sample as Client or it must be developed from scratch?